diff options
author | Guy Harris <guy@alum.mit.edu> | 2006-04-25 18:45:08 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2006-04-25 18:45:08 +0000 |
commit | a6930fe4ae76f82ccb17a31f1ca1ec01546ce074 (patch) | |
tree | edcb2019809a25fbe0970e71659e39227c0cba6d /asn1/pkixtsp | |
parent | 09eeb3902cde04e40895a7b8d2d7b14cffb9f8dc (diff) | |
download | wireshark-a6930fe4ae76f82ccb17a31f1ca1ec01546ce074.tar.gz wireshark-a6930fe4ae76f82ccb17a31f1ca1ec01546ce074.tar.bz2 wireshark-a6930fe4ae76f82ccb17a31f1ca1ec01546ce074.zip |
Add distclean and maintainerclean rules.
svn path=/trunk/; revision=17999
Diffstat (limited to 'asn1/pkixtsp')
-rw-r--r-- | asn1/pkixtsp/Makefile.nmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/pkixtsp/Makefile.nmake b/asn1/pkixtsp/Makefile.nmake index 0d1773430e..452f606bbe 100644 --- a/asn1/pkixtsp/Makefile.nmake +++ b/asn1/pkixtsp/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py PKIXTSP.asn packet-pkixtsp-template.c clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) +distclean: clean + +maintainer-clean: distclean + # Fix EOL in generated dissectors. Cygwin's python generates files with # mixed EOL styles, which can't be commited to the SVN repository. # Stuff included from template and "cnf" files has "\r\n" on windows, while |