aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-16 09:17:16 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-16 09:17:16 +0000
commit9757ee05c8db8c032ebb390b20d68933c12298ae (patch)
treeaa029f310f8fe332dd48e945422694f742e1fb35 /asn1/h225/Makefile.nmake
parent21667c248ac0e55e5d4e4f4673e422f688249654 (diff)
Make the dissector files depend on asn2eth.py, so they're regenerated if
it's modified. svn path=/trunk/; revision=13069
Diffstat (limited to 'asn1/h225/Makefile.nmake')
-rw-r--r--asn1/h225/Makefile.nmake4
1 files 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