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: Ia773ef5893a2018feb416061aefcf51835df18d2
This commit is contained in:
Neels Hofmeyr 2017-03-07 21:56:55 +01:00
parent 9b22686134
commit 9e4c17075c
1 changed files with 1 additions and 1 deletions

View File

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