aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gnm
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-23 20:05:05 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-23 20:05:05 +0000
commitbb9bb5f224a5825af97e8d8548f3f64c9884a976 (patch)
tree73e569b75756f47b22a4cd1ba10e970f75346470 /asn1/gnm
parentcdc933d33e430bb204477081ab9a24847b4074be (diff)
Add parsertab.pyc in clean target
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17386 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/gnm')
-rw-r--r--asn1/gnm/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/gnm/Makefile.nmake b/asn1/gnm/Makefile.nmake
index e4fbd3d110..c385cd1017 100644
--- a/asn1/gnm/Makefile.nmake
+++ b/asn1/gnm/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py GNM.asn packet-gnm-template.c packet-
!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.