From b21b495f9f7dd2369a0e24c77c36e2ec0d65d3d0 Mon Sep 17 00:00:00 2001 From: Jeff 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. svn path=/trunk/; revision=39421 --- asn1/dop/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/dop') diff --git a/asn1/dop/Makefile.common b/asn1/dop/Makefile.common index a015b70873..eed560c815 100644 --- a/asn1/dop/Makefile.common +++ b/asn1/dop/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 \ -- cgit v1.2.3