aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-09 20:53:33 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-09 20:53:33 +0000
commita831d2d2cac322bd7de086f7e7f6950ce2dbe4db (patch)
tree22a65b6d92ad10987fd5f03fae3a3e8f1e9e58fd /epan/dissectors/Makefile.nmake
parent7fd5cf604f2226d30aca0415c4570dc3e068cfda (diff)
(Windows only) Make sure that register.c depends on make-dissector-reg.py and make-dissector-reg
svn path=/trunk/; revision=30448
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 9f44f8bd26..7ca1b1cd9e 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -72,16 +72,16 @@ packet-rrc.obj : packet-rrc.c
# All subsequent arguments are the files to scan.
#
-register.c: $(ALL_DISSECTORS_SRC)
+register.c: $(ALL_DISSECTORS_SRC) ..\..\tools\make-dissector-reg.py ..\..\tools\make-dissector-reg
!IFDEF PYTHON
@echo Making register.c (using python)
@$(PYTHON) "../../tools/make-dissector-reg.py" . dissectors $(ALL_DISSECTORS_SRC)
!ELSE
@echo Making register.c (using sh)
- @$(SH) ../../tools/make-dissector-reg . dissectors $(ALL_DISSECTORS_SRC) \
+ @$(SH) ../../tools/make-dissector-reg . dissectors $(ALL_DISSECTORS_SRC)
!ENDIF
-packet-ncp2222.c : ..\..\tools/ncp2222.py
+packet-ncp2222.c: ..\..\tools/ncp2222.py
!IFDEF PYTHON
@echo Making packet-ncp2222.c
$(PYTHON) "../../tools/ncp2222.py" -o packet-ncp2222.c