aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-02-23 20:05:05 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-02-23 20:05:05 +0000
commit4e13ea29826e4ca5aa9067b6a47b62e3f85cc806 (patch)
tree73e569b75756f47b22a4cd1ba10e970f75346470 /asn1/dap
parent030c5b422ee2b1abe53a7164e7c78ab50a6c0a62 (diff)
Add parsertab.pyc in clean target
svn path=/trunk/; revision=17386
Diffstat (limited to 'asn1/dap')
-rw-r--r--asn1/dap/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/dap/Makefile.nmake b/asn1/dap/Makefile.nmake
index 08b0f84edf..21c67e32a5 100644
--- a/asn1/dap/Makefile.nmake
+++ b/asn1/dap/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py dap.asn packet-$(PROTOCOL_NAME)-templ
!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.