From bb67be9bd295441c600832b2701807006b4147bc Mon Sep 17 00:00:00 2001 From: Nico Golde Date: Tue, 18 Sep 2012 18:07:57 +0200 Subject: [PATCH] build: fix directory creation for core headers, introduced by d471a219. --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 61ab67d08..60b9ea9f9 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' $< > $@