aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-10 12:52:53 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-10 12:52:53 +0000
commit8ced6baeaed9d45a878e6f2780a76955f2b88fc6 (patch)
tree4afd134ca81525b5d9c069abbd664fa45f690967
parent03808b0c9c9a51adc491cc8d45ca91d90f5053d2 (diff)
Don't remove the ASN.1 dissectors when cleaning: we don't (re)build them during the make process yet.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39335 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--asn1/Makefile.inc5
-rw-r--r--asn1/Makefile.inc.nmake5
2 files changed, 6 insertions, 4 deletions
diff --git a/asn1/Makefile.inc b/asn1/Makefile.inc
index f876b0d690..a105a6f461 100644
--- a/asn1/Makefile.inc
+++ b/asn1/Makefile.inc
@@ -49,11 +49,12 @@ $(EXPORT_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES)
-D $(srcdir) \
$(EXT_ASN_FILE_LIST) $(ASN_FILE_LIST) $(EXT_ASN_FILE_LIST_LATE)
+# Don't clean these up until/unless we start building them...
+#$(DISSECTOR) \
+#$(DISSECTOR_HEADER) \
CLEANFILES = \
parsetab.py \
parsetab.pyc \
- $(DISSECTOR) \
- $(DISSECTOR_HEADER) \
*-exp.cnf \
packet-*-{dis-tab,ettarr,ett,exp,fn,hfarr,hf,table*,val}.[hc]
diff --git a/asn1/Makefile.inc.nmake b/asn1/Makefile.inc.nmake
index 81f31e6de7..6a2180ed48 100644
--- a/asn1/Makefile.inc.nmake
+++ b/asn1/Makefile.inc.nmake
@@ -64,11 +64,12 @@ $(EXPORT_FILES): ../../tools/asn2wrs.py $(SRC_FILES)
!ENDIF
!ENDIF
+# Don't clean these up until/unless we start building them...
+ $(DISSECTOR) \
+ $(DISSECTOR_HEADER) \
clean:
rm -f parsetab.py \
parsetab.pyc \
- $(DISSECTOR) \
- $(DISSECTOR_HEADER) \
*-exp.cnf \
packet-*-{dis-tab,ettarr,ett,fn,hfarr,hf,table*,val}.[hc]