aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkixcrmf/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-02-23 20:05:52 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-02-23 20:05:52 +0000
commit54f6b68edc82e4de66de2e79717010b953d75289 (patch)
tree78cde1e6dcc38f664a3142ca4de41bc4afa8e775 /asn1/pkixcrmf/Makefile.nmake
parent4e13ea29826e4ca5aa9067b6a47b62e3f85cc806 (diff)
Add parsertab.pyc in clean target
svn path=/trunk/; revision=17387
Diffstat (limited to 'asn1/pkixcrmf/Makefile.nmake')
-rw-r--r--asn1/pkixcrmf/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/pkixcrmf/Makefile.nmake b/asn1/pkixcrmf/Makefile.nmake
index 898b1e117d..e023c691b9 100644
--- a/asn1/pkixcrmf/Makefile.nmake
+++ b/asn1/pkixcrmf/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CRMF.asn packet-crmf-template.c packe
!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