aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gprscdr/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/gprscdr/Makefile.common')
-rw-r--r--asn1/gprscdr/Makefile.common9
1 files changed, 3 insertions, 6 deletions
diff --git a/asn1/gprscdr/Makefile.common b/asn1/gprscdr/Makefile.common
index 02a2b57ae0..262b03093a 100644
--- a/asn1/gprscdr/Makefile.common
+++ b/asn1/gprscdr/Makefile.common
@@ -22,9 +22,6 @@
PROTOCOL_NAME=gprscdr
-DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c \
- packet-$(PROTOCOL_NAME).h
-
EXPORT_FILES = \
$(PROTOCOL_NAME)-exp.cnf
@@ -47,10 +44,10 @@ SRC_FILES = \
A2W_FLAGS= -b -e
-EXTRA_CNF=../gsm_map/gsm_map-exp.cnf
+EXTRA_CNF=$(builddir)/../gsm_map/gsm_map-exp.cnf
-../gsm_map/gsm_map-exp.cnf:
- (cd ../gsm_map && $(MAKE_CNF_EXPORT))
+$(builddir)/../gsm_map/gsm_map-exp.cnf:
+ (cd $(builddir)/../gsm_map && $(MAKE_CNF_EXPORT))