aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/p7
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/p7
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/p7')
-rw-r--r--asn1/p7/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/p7/Makefile.common b/asn1/p7/Makefile.common
index feac989e95..bc14b4fd14 100644
--- a/asn1/p7/Makefile.common
+++ b/asn1/p7/Makefile.common
@@ -46,7 +46,7 @@ SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
-A2W_FLAGS= -b -e -L -C
+A2W_FLAGS= -b -L -C
EXTRA_CNF= \
$(builddir)/../p1/p1-exp.cnf \