aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.nmake2
-rw-r--r--epan/dfilter/Makefile.nmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index d9fe15d6ef..3e05a477f6 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -373,7 +373,7 @@ asm_utils_win32_x86.obj: asm_utils_win32_x86.asm
update-sminmpec:
$(PERL) ../tools/make-sminmpec.pl
-RUNLEX=..\tools\runlex.sh
+RUNLEX=../tools/runlex.sh
#
# We compile these specially because they're Flex-generated and thus
diff --git a/epan/dfilter/Makefile.nmake b/epan/dfilter/Makefile.nmake
index 8eda89000e..e3bca45cc4 100644
--- a/epan/dfilter/Makefile.nmake
+++ b/epan/dfilter/Makefile.nmake
@@ -58,7 +58,7 @@ distclean: clean
maintainer-clean: distclean
-RUNLEX=..\..\tools\runlex.sh
+RUNLEX=../../tools/runlex.sh
scanner_lex.h : scanner.c
scanner.obj : scanner.c grammar.h