From 9e4c17075c0c881a61190f54bc5aec4e2654d015 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 7 Mar 2017 21:56:55 +0100 Subject: [PATCH] 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 --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index f8b1f8f3e..7d0b384c3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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