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 <eapache@gmail.com>
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Wireshark Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
This commit is contained in:
Роман Донченко 2014-07-12 18:59:56 +04:00 committed by Graham Bloice
parent 320c4f0d70
commit 696cb6c17b
8 changed files with 8 additions and 8 deletions

View File

@ -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)

View File

@ -35,7 +35,7 @@ include Makefile.common
CAPUTILS_OBJECTS = \
$(CAPUTILS_SRC:.c=.obj)
RUNLEX=..\tools\runlex.sh
RUNLEX=../tools/runlex.sh
libcaputils.lib : ..\config.h $(CAPUTILS_OBJECTS)
link /lib /out:libcaputils.lib $(CAPUTILS_OBJECTS)

View File

@ -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

View File

@ -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

View File

@ -116,7 +116,7 @@ maintainer-clean: distclean
rm -f $(GENERATED_SRC_FILES) \
$(GENERATED_HEADER_FILES)
RUNLEX = ..\..\tools\runlex.sh
RUNLEX = ../../tools/runlex.sh
#
# In order to generate mate_parser_lex.h, we need to run Flex on

View File

@ -111,7 +111,7 @@ maintainer-clean: distclean
rm -f $(GENERATED_SRC_FILES) \
$(GENERATED_HEADER_FILES)
RUNLEX = ..\..\tools\runlex.sh
RUNLEX = ../../tools/runlex.sh
#
# In order to generate wimaxasncp_dict_lex.h, we need to run Flex on

View File

@ -32,7 +32,7 @@ WIRESHARK_UI_OBJECTS = \
$(GENERATED_C_FILES:.c=.obj) \
$(DIRTY_GENERATED_C_FILES:.c=.obj)
RUNLEX=..\tools\runlex.sh
RUNLEX=../tools/runlex.sh
text_import_scanner.h: text_import_scanner.c
text_import_scanner_lex.h: text_import_scanner.c

View File

@ -39,7 +39,7 @@ wiretap-$(WTAP_VERSION).dll : $(OBJECTS) ..\image\wiretap.res
..\image\wiretap.res \
$(OBJECTS) $(wiretap_LIBS)
RUNLEX = ..\tools\runlex.sh
RUNLEX = ../tools/runlex.sh
k12text_lex.h : k12text.c
k12text.obj : k12text.c