From 696cb6c17be46aa59261ec247299440abade0c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=94=D0=BE=D0=BD=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Sat, 12 Jul 2014 18:59:56 +0400 Subject: Use forward slashes in paths to runlex.sh This gets rid of "MS-DOS style path detected" warnings from Cygwin. Change-Id: Id10429669704aa371dbf56a9398947c8002260ad Reviewed-on: https://code.wireshark.org/review/3024 Reviewed-by: Evan Huus Petri-Dish: Graham Bloice Tested-by: Wireshark Buildbot Reviewed-by: Graham Bloice --- epan/Makefile.nmake | 2 +- epan/dfilter/Makefile.nmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'epan') 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 -- cgit v1.2.3