From 8bec5ac62c09185a8e728e27cdbff3f533d776ad Mon Sep 17 00:00:00 2001 From: morriss Date: Fri, 14 Oct 2011 10:22:01 +0000 Subject: 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 --- asn1/x509if/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/x509if') diff --git a/asn1/x509if/Makefile.common b/asn1/x509if/Makefile.common index 04d749590a..b5a6c6be95 100644 --- a/asn1/x509if/Makefile.common +++ b/asn1/x509if/Makefile.common @@ -42,7 +42,7 @@ SRC_FILES = \ $(EXTRA_DIST) \ $(EXT_ASN_FILE_LIST) -A2W_FLAGS= -b -e +A2W_FLAGS= -b EXTRA_CNF= \ $(builddir)/../x509sat/x509sat-exp.cnf -- cgit v1.2.3