aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-10-14 10:22:01 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-10-14 10:22:01 +0000
commitb21b495f9f7dd2369a0e24c77c36e2ec0d65d3d0 (patch)
tree1143323488515f7878ca8398c852dc807780c388 /asn1/dap
parent5ae2712e9a469ea9dc1b1a4e3b9c16117b99490d (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. svn path=/trunk/; revision=39421
Diffstat (limited to 'asn1/dap')
-rw-r--r--asn1/dap/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/dap/Makefile.common b/asn1/dap/Makefile.common
index 0233632828..6ebe2d4863 100644
--- a/asn1/dap/Makefile.common
+++ b/asn1/dap/Makefile.common
@@ -45,7 +45,7 @@ SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
-A2W_FLAGS= -b -e -L
+A2W_FLAGS= -b -L
EXTRA_CNF= \
$(builddir)/../acse/acse-exp.cnf \