aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mate/Makefile.nmake2
-rw-r--r--plugins/wimaxasncp/Makefile.nmake2
2 files changed, 2 insertions, 2 deletions
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