From 0adc270b37068b35f0b7464b94c53bd5b0dcffbe Mon Sep 17 00:00:00 2001 From: etxrab Date: Thu, 23 Feb 2006 20:05:52 +0000 Subject: Add parsertab.pyc in clean target git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17387 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/pkix1implicit/Makefile.nmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asn1/pkix1implicit') diff --git a/asn1/pkix1implicit/Makefile.nmake b/asn1/pkix1implicit/Makefile.nmake index 1e981db04f..e9d59ef23c 100644 --- a/asn1/pkix1implicit/Makefile.nmake +++ b/asn1/pkix1implicit/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIX1IMPLICIT93.asn packet-pkix1impli !ENDIF clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. @@ -37,6 +37,6 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y -- cgit v1.2.3