aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-17 02:11:04 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-17 02:11:04 +0000
commitde34256b036b1e538ab89151e8f3d252429b43af (patch)
tree4fb45c6f7b2d6251af63bcda56405456a2a08acb /epan/dissectors/Makefile.nmake
parentae20cd63a50929a24f99dcb0bef34712aa634d12 (diff)
make-reg-dotc and make-reg-dotc.py were moved.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17882 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 72facf28da..2573ee27bd 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -74,10 +74,10 @@ x11-declarations.h x11-register-info.h: x11-fields process-x11-fields.pl
register.c: $(DISSECTOR_SRC)
!IFDEF PYTHON
@echo Making register.c (using python)
- @$(PYTHON) make-reg-dotc.py . $(DISSECTOR_SRC)
+ @$(PYTHON) ../../tools/make-reg-dotc.py . $(DISSECTOR_SRC)
!ELSE
@echo Making register.c (using sh)
- @$(SH) make-reg-dotc register.c . $(DISSECTOR_SRC)
+ @$(SH) ../../tools/make-reg-dotc register.c . $(DISSECTOR_SRC)
!ENDIF
packet-ncp2222.c : ncp2222.py