diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2011-10-14 10:22:01 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2011-10-14 10:22:01 +0000 |
commit | b21b495f9f7dd2369a0e24c77c36e2ec0d65d3d0 (patch) | |
tree | 1143323488515f7878ca8398c852dc807780c388 /asn1/x509af | |
parent | 5ae2712e9a469ea9dc1b1a4e3b9c16117b99490d (diff) | |
download | wireshark-b21b495f9f7dd2369a0e24c77c36e2ec0d65d3d0.tar.gz wireshark-b21b495f9f7dd2369a0e24c77c36e2ec0d65d3d0.tar.bz2 wireshark-b21b495f9f7dd2369a0e24c77c36e2ec0d65d3d0.zip |
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/x509af')
-rw-r--r-- | asn1/x509af/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x509af/Makefile.common b/asn1/x509af/Makefile.common index 2ffe143e77..5a14020129 100644 --- a/asn1/x509af/Makefile.common +++ b/asn1/x509af/Makefile.common @@ -41,7 +41,7 @@ SRC_FILES = \ $(EXTRA_DIST) \ $(EXT_ASN_FILE_LIST) -A2W_FLAGS= -b -e +A2W_FLAGS= -b EXTRA_CNF= \ $(builddir)/../x509ce/x509ce-exp.cnf \ |