aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/wlancertextn
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/wlancertextn
parent4e13ea29826e4ca5aa9067b6a47b62e3f85cc806 (diff)
Add parsertab.pyc in clean target
svn path=/trunk/; revision=17387
Diffstat (limited to 'asn1/wlancertextn')
-rw-r--r--asn1/wlancertextn/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/wlancertextn/Makefile.nmake b/asn1/wlancertextn/Makefile.nmake
index eb1c5aa5c0..e1f25dee42 100644
--- a/asn1/wlancertextn/Makefile.nmake
+++ b/asn1/wlancertextn/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py WLANCERTEXTN.asn packet-wlancertextn-
!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,5 +37,5 @@ 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