aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-09-17 11:53:33 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-09-17 11:53:33 +0000
commit8f19616ae86f9e5a5f70eb2bb2b468caf40461ea (patch)
tree5363f1e168421710cffbdeb071cc3c6cab996ba5 /asn1/h248
parente513ff17002a55ddfba0b1bb1748d88897156c77 (diff)
Modified some ASN1 Makefiles to compile on unix.
Added some clean targets. Removed asn1/x501 directory. svn path=/trunk/; revision=22886
Diffstat (limited to 'asn1/h248')
-rw-r--r--asn1/h248/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h248/Makefile b/asn1/h248/Makefile
index 7728ca74a5..3f84079e02 100644
--- a/asn1/h248/Makefile
+++ b/asn1/h248/Makefile
@@ -10,7 +10,7 @@ $(DISSECTOR_FILES): ../../tools/asn2wrs.py h248v3.asn packet-h248-template.c pac
python ../../tools/asn2wrs.py -b -e -p h248 -c h248.cnf -s packet-h248-template h248v3.asn
clean:
- rm -f parsetab.py $(DISSECTOR_FILES) *-fn.c *-ett.c *-hf.c
+ rm -f parsetab.py $(DISSECTOR_FILES) *-fn.c *-ett.c *-hf.c copy_files
copy_files: generate_dissector
cp $(DISSECTOR_FILES) ../../epan/dissectors