From 9757ee05c8db8c032ebb390b20d68933c12298ae Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 16 Jan 2005 09:17:16 +0000 Subject: [PATCH] Make the dissector files depend on asn2eth.py, so they're regenerated if it's modified. svn path=/trunk/; revision=13069 --- asn1/h225/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asn1/h225/Makefile.nmake b/asn1/h225/Makefile.nmake index da3b5adccc..9f9fd428e7 100644 --- a/asn1/h225/Makefile.nmake +++ b/asn1/h225/Makefile.nmake @@ -10,7 +10,7 @@ all: generate_dissector generate_dissector: $(DISSECTOR_FILES) -$(DISSECTOR_FILES) : h225.asn h225.cnf packet-h225-template.c packet-h225-template.h +$(DISSECTOR_FILES): ../../tools/asn2eth.py h225.asn h225.cnf packet-h225-template.c packet-h225-template.h !IFDEF PYTHON $(PYTHON) ../../tools/asn2eth.py -X -e -p h225 -c h225.cnf -s packet-h225-template h225.asn !ENDIF @@ -20,4 +20,4 @@ clean: copy_files: generate_dissector xcopy packet-h225.c ..\..\epan\dissectors /d /y - xcopy packet-h225.h ..\..\epan\dissectors /d /y \ No newline at end of file + xcopy packet-h225.h ..\..\epan\dissectors /d /y