diff options
author | Anders Broman <anders.broman@ericsson.com> | 2007-08-16 07:00:50 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2007-08-16 07:00:50 +0000 |
commit | 246d0c1e84aff515501fe23b285fdb3b648a5c7f (patch) | |
tree | 1567573234bf4ec342ab1f13ecdc4a58f29d86f7 /asn1/camel | |
parent | b782333f20619dd823e6e25f7ef42fc8c22c46a7 (diff) | |
download | wireshark-246d0c1e84aff515501fe23b285fdb3b648a5c7f.tar.gz wireshark-246d0c1e84aff515501fe23b285fdb3b648a5c7f.tar.bz2 wireshark-246d0c1e84aff515501fe23b285fdb3b648a5c7f.zip |
Fix makefiles and a comment.
svn path=/trunk/; revision=22525
Diffstat (limited to 'asn1/camel')
-rw-r--r-- | asn1/camel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/camel/Makefile b/asn1/camel/Makefile index c19ea9400d..00bba6f27a 100644 --- a/asn1/camel/Makefile +++ b/asn1/camel/Makefile @@ -13,7 +13,7 @@ $(DISSECTOR_FILES): ../../tools/asn2wrs.py $(ASN_FILE_LIST) packet-$(PROTOCOL_NA python ../../tools/asn2wrs.py -b -X -T -L -e -k -p $(PROTOCOL_NAME) -c camel.cnf -s packet-$(PROTOCOL_NAME)-template $(ASN_FILE_LIST) clean: - rm -f parsetab.py $(DISSECTOR_FILES) + rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) copy_files: generate_dissector cp $(DISSECTOR_FILES) ../../epan/dissectors |