aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/smrse
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/smrse
parent4e13ea29826e4ca5aa9067b6a47b62e3f85cc806 (diff)
Add parsertab.pyc in clean target
svn path=/trunk/; revision=17387
Diffstat (limited to 'asn1/smrse')
-rw-r--r--asn1/smrse/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/smrse/Makefile.nmake b/asn1/smrse/Makefile.nmake
index 83b0400ce4..9e6537ab51 100644
--- a/asn1/smrse/Makefile.nmake
+++ b/asn1/smrse/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py SMRSE.asn packet-smrse-template.c pac
!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.