aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorNico Golde <nico@ngolde.de>2012-09-18 18:07:57 +0200
committerHarald Welte <laforge@gnumonks.org>2012-09-20 09:58:45 +0200
commitbb67be9bd295441c600832b2701807006b4147bc (patch)
tree53c4cd150388067652056272519744a6b36a9ec4 /include/Makefile.am
parentc56a56dc0a172803bfb0fd49d6401055c85133ba (diff)
build: fix directory creation for core headers, introduced by d471a219.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 61ab67d0..60b9ea9f 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' $< > $@