aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_map/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/ansi_map/Makefile.common')
-rw-r--r--asn1/ansi_map/Makefile.common10
1 files changed, 3 insertions, 7 deletions
diff --git a/asn1/ansi_map/Makefile.common b/asn1/ansi_map/Makefile.common
index 541e5cc227..7316729c67 100644
--- a/asn1/ansi_map/Makefile.common
+++ b/asn1/ansi_map/Makefile.common
@@ -22,10 +22,6 @@
PROTOCOL_NAME=ansi_map
-DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c \
- packet-$(PROTOCOL_NAME).h
-
-
EXT_ASN_FILE_LIST =
ASN_FILE_LIST = $(PROTOCOL_NAME).asn
@@ -46,8 +42,8 @@ SRC_FILES = \
A2W_FLAGS= -b
EXTRA_CNF= \
- ../gsm_map/gsm_map-exp.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))