aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorРоман Донченко <dpb@corrigendum.ru>2014-07-12 18:59:56 +0400
committerGraham Bloice <graham.bloice@trihedral.com>2014-07-20 13:15:59 +0000
commit696cb6c17be46aa59261ec247299440abade0c9d (patch)
treefb38d5905b5ee09806b6fbfd5d4b6cd51f382ab9
parent320c4f0d705a3ed94f710fb4b7b3eef897ff7bc4 (diff)
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>
-rw-r--r--capchild/Makefile.nmake2
-rw-r--r--caputils/Makefile.nmake2
-rw-r--r--epan/Makefile.nmake2
-rw-r--r--epan/dfilter/Makefile.nmake2
-rw-r--r--plugins/mate/Makefile.nmake2
-rw-r--r--plugins/wimaxasncp/Makefile.nmake2
-rw-r--r--ui/Makefile.nmake2
-rw-r--r--wiretap/Makefile.nmake2
8 files changed, 8 insertions, 8 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)
diff --git a/caputils/Makefile.nmake b/caputils/Makefile.nmake
index 55dd1a6fb1..ff325e6a79 100644
--- a/caputils/Makefile.nmake
+++ b/caputils/Makefile.nmake
@@ -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)
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
diff --git a/plugins/mate/Makefile.nmake b/plugins/mate/Makefile.nmake
index 7d301d9694..adfe0d2c80 100644
--- a/plugins/mate/Makefile.nmake
+++ b/plugins/mate/Makefile.nmake
@@ -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
diff --git a/plugins/wimaxasncp/Makefile.nmake b/plugins/wimaxasncp/Makefile.nmake
index 8fe22f3b00..3a0d6beee3 100644
--- a/plugins/wimaxasncp/Makefile.nmake
+++ b/plugins/wimaxasncp/Makefile.nmake
@@ -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
diff --git a/ui/Makefile.nmake b/ui/Makefile.nmake
index db5dd1c9f4..f2ae4d87a3 100644
--- a/ui/Makefile.nmake
+++ b/ui/Makefile.nmake
@@ -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
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index 56b50adb55..546dbfda4d 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -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