summaryrefslogtreecommitdiff
path: root/asn1/Makefile.inc
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-09-25 18:02:49 +0000
committerJörg Mayer <jmayer@loplof.de>2007-09-25 18:02:49 +0000
commit548b224e28cc3756880333f2f9aff995dc45b44d (patch)
tree081dafc30d05777f9fd046d0c5b60c399a38f52a /asn1/Makefile.inc
parent9ad70d34508c75a8fccc2c0c138922547d518569 (diff)
downloadwireshark-548b224e28cc3756880333f2f9aff995dc45b44d.tar.gz
Change some additional protocols to the new build system
svn path=/trunk/; revision=22958
Diffstat (limited to 'asn1/Makefile.inc')
-rw-r--r--asn1/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/Makefile.inc b/asn1/Makefile.inc
index 5485931633..582445f59c 100644
--- a/asn1/Makefile.inc
+++ b/asn1/Makefile.inc
@@ -24,9 +24,9 @@
all: generate_dissector
-generate_dissector: $(DISSECTOR_FILES) $(EXTRA_CNF)
+generate_dissector: $(DISSECTOR_FILES)
-$(DISSECTOR_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES)
+$(DISSECTOR_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
python $(top_srcdir)/tools/asn2wrs.py \
$(A2W_FLAGS) \
-p $(PROTOCOL_NAME) \