aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-08-04 03:14:00 +0000
committerGuy Harris <guy@alum.mit.edu>2007-08-04 03:14:00 +0000
commit0f6b7b836e7c6ffbab8f8735edf09b18f856ce98 (patch)
tree931296583dda02d4a973d41ffd4c2c8619cfeb8f /wiretap/Makefile.nmake
parentc2d8a39d95aa38a82a918eef4c00f85fd3814668 (diff)
runlex.sh is in tools, not the top-level directory.
svn path=/trunk/; revision=22449
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r--wiretap/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index fdf2e627bd..e7f6738ed1 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -40,7 +40,7 @@ wiretap-$(WTAP_VERSION).dll : $(OBJECTS) wtap.def ..\image\wiretap.res
$(OBJECTS): config.h
-RUNLEX = ..\runlex.sh
+RUNLEX = ..\tools\runlex.sh
ascend-scanner_lex.h : ascend-scanner.c
ascend-scanner.obj : ascend-scanner.c ascend-grammar.h