aboutsummaryrefslogtreecommitdiffstats
path: root/capchild/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'capchild/Makefile.nmake')
-rw-r--r--capchild/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/capchild/Makefile.nmake b/capchild/Makefile.nmake
index 2e55521e66..5eece0b003 100644
--- a/capchild/Makefile.nmake
+++ b/capchild/Makefile.nmake
@@ -30,7 +30,7 @@ include Makefile.common
CAPCHILD_OBJECTS = \
$(CAPCHILD_SRC:.c=.obj)
-RUNLEX=..\tools\runlex.sh
+RUNLEX=../tools/runlex.sh
libcapchild.lib : ..\config.h $(CAPCHILD_OBJECTS)
link /lib /out:libcapchild.lib $(CAPCHILD_OBJECTS)