diff options
Diffstat (limited to 'asn1/disp/Makefile.nmake')
-rw-r--r-- | asn1/disp/Makefile.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/disp/Makefile.nmake b/asn1/disp/Makefile.nmake index e15f04a25d..4abe1931bc 100644 --- a/asn1/disp/Makefile.nmake +++ b/asn1/disp/Makefile.nmake @@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py disp.asn packet-$(PROTOCOL_NAME)-temp !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. |