mirror of https://gerrit.osmocom.org/libosmocore
build: generate gsm0503.h to builddir, not srcdir
To ensure that a separate build dir keeps the source dir clean of state, generate the gsm0503.h to the builddir instead of the srcdir. Adjustments for everyone to access the right paths were added in previous patches. Change-Id: Ia773ef5893a2018feb416061aefcf51835df18d2changes/96/1996/8
parent
9b22686134
commit
9e4c17075c
|
@ -151,6 +151,6 @@ osmocom/core/crc%gen.h: osmocom/core/crcXXgen.h.tpl
|
|||
|
||||
osmocom/gsm/gsm0503.h:
|
||||
$(AM_V_GEN)python2 $(top_srcdir)/utils/conv_gen.py gen_header gsm \
|
||||
--target-path $(top_srcdir)/include/osmocom/gsm/
|
||||
--target-path $(builddir)/osmocom/gsm
|
||||
|
||||
CLEANFILES = osmocom/gsm/gsm0503.h
|
||||
|
|
Loading…
Reference in New Issue