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

This commit is contained in:
Nico Golde 2012-09-18 18:07:57 +02:00 committed by Harald Welte
parent c56a56dc0a
commit bb67be9bd2
1 changed files with 1 additions and 1 deletions

View File

@ -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' $< > $@