aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/disp/Makefile.common
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-14 10:22:01 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-14 10:22:01 +0000
commit8bec5ac62c09185a8e728e27cdbff3f533d776ad (patch)
tree1143323488515f7878ca8398c852dc807780c388 /asn1/disp/Makefile.common
parentc406d499565fb6e699b06301215907b9b4b9ac8f (diff)
Don't generate the conformance file for exported types when building the
dissector; instead built it only when the separate target (generate_export) is built. Built generate_export when building "all". This prevents the exp_*.cnf files from being regenerated each time another one of the exp_*.cnf files (which the current dissector depends on) has changed (despite the fact that the exported types does not depe Also fix the CLEANFILES definition so it actually cleans things. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39421 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/disp/Makefile.common')
-rw-r--r--asn1/disp/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/disp/Makefile.common b/asn1/disp/Makefile.common
index 0930d60e6b..fcc6605456 100644
--- a/asn1/disp/Makefile.common
+++ b/asn1/disp/Makefile.common
@@ -42,7 +42,7 @@ SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
-A2W_FLAGS= -b -e
+A2W_FLAGS= -b
EXTRA_CNF= \
$(builddir)/../dap/dap-exp.cnf \