aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-08-18 15:22:19 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2016-08-23 14:09:51 +0200
commit15f3a09c79d85e13082e186890591efa58806476 (patch)
tree73268efd8662c10040ef493dde596b9a948a140f
parent90e71bb978bf7d97f103445f711dc4d839faf9f6 (diff)
fix
-rw-r--r--include/osmocom/ranap/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/ranap/Makefile.am b/include/osmocom/ranap/Makefile.am
index e3f0df0..bd1f055 100644
--- a/include/osmocom/ranap/Makefile.am
+++ b/include/osmocom/ranap/Makefile.am
@@ -3,8 +3,8 @@
# the build process wants this header file, it should first build
# src/ranap_encoder.c and src/ranap_decoder.c.
# This rule sucks:
-ranap_ies_defs.h: $(top_builddir)/src/ranap_encoder.c
- $(MAKE) -C $(top_builddir)/src/ ranap_encoder.c
+ranap_ies_defs.h: $(top_builddir)/src/gen_ranap.stamp
+ $(MAKE) -C $(top_builddir)/src/ gen_ranap.stamp
ranap_HEADERS = \
ranap_ies_defs.h \