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/dfilter/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dfilter') 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