[PATCH] build: fix directory creation for core headers, introduced by d471a219.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Nico Golde nico at ngolde.de
Tue Sep 18 16:07:57 UTC 2012


---
 include/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/Makefile.am b/include/Makefile.am
index 61ab67d..60b9ea9 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -100,5 +100,5 @@ endif
 noinst_HEADERS = osmocom/core/timer_compat.h
 
 osmocom/core/crc%gen.h: osmocom/core/crcXXgen.h.tpl
-	$(AM_V_GEN)$(MKDIR_P) $(notdir $@)
+	$(AM_V_GEN)$(MKDIR_P) $(dir $@)
 	$(AM_V_GEN)sed -e's/XX/$*/g' $< > $@
-- 
1.7.10.4


--jRHKVT23PllUwdXP--




More information about the baseband-devel mailing list