mirror of https://gerrit.osmocom.org/libosmocore
build: fix directory creation for core headers, introduced by d471a219
.
parent
c56a56dc0a
commit
bb67be9bd2
|
@ -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' $< > $@
|
||||
|
|
Loading…
Reference in New Issue