Add parsertab.pyc in clean target
[obnox/wireshark/wip.git] / asn1 / x509sat / Makefile.nmake
index 30ada6bdc4d09a4a29d85cb8f68e3ef8092c63fd..8d8432f0cada8d3b63237a1310fcfa70ea145e37 100644 (file)
@@ -23,7 +23,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py SelectedAttributeTypes.asn packet-x50
 !ENDIF
 
 clean:
 !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.
 
 # Fix EOL in generated dissectors. Cygwin's python generates files with 
 # mixed EOL styles, which can't be commited to the SVN repository.