aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.nmake4
-rw-r--r--epan/dfilter/Makefile.nmake4
-rw-r--r--packaging/nsis/Makefile.nmake4
-rw-r--r--plugins/mate/Makefile.nmake2
-rw-r--r--plugins/tpg/Makefile.nmake2
5 files changed, 8 insertions, 8 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index ee8f64207c..5214ebdb20 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -37,7 +37,7 @@ wireshark-tmp.pod: wireshark.pod ../AUTHORS-SHORT-FORMAT
../AUTHORS-SHORT-FORMAT:
cd ..
- $(MAKE) -f makefile.nmake AUTHORS-SHORT-FORMAT
+ $(MAKE) /$(MAKEFLAGS) -f makefile.nmake AUTHORS-SHORT-FORMAT
cd doc
wireshark.1: wireshark.pod ../config.h
@@ -54,7 +54,7 @@ wireshark.html: wireshark-tmp.pod ../config.h
../$(INSTALL2_DIR)/tshark.exe:
cd ..
- $(MAKE) -f makefile.nmake tshark.exe
+ $(MAKE) /$(MAKEFLAGS) -f makefile.nmake tshark.exe
cd doc
tshark.1: tshark.pod ../config.h
diff --git a/epan/dfilter/Makefile.nmake b/epan/dfilter/Makefile.nmake
index e59580f79c..1d5f4fb9a4 100644
--- a/epan/dfilter/Makefile.nmake
+++ b/epan/dfilter/Makefile.nmake
@@ -43,7 +43,7 @@ $(OBJECTS): ..\..\config.h
..\..\config.h: ..\..\config.h.win32 ..\..\config.nmake
cd ..\..
- $(MAKE) -f Makefile.nmake config.h
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake config.h
cd epan\dfilter
clean:
@@ -74,5 +74,5 @@ grammar.c : grammar.lemon $(LEMON)\lemon.exe
$(LEMON)\lemon.exe:
cd ../../tools/lemon
- $(MAKE) -f makefile.nmake
+ $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
cd ../../epan/dfilter
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 55d40197ad..8d5c3101ea 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -175,10 +175,10 @@ maintainer-clean: distclean
$(DOC):
cd ../../doc
- $(MAKE) -f makefile.nmake
+ $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
cd ../packaging/nsis
$(EXE) $(DLL):
cd ../..
- $(MAKE) -f makefile.nmake
+ $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
cd packaging/nsis
diff --git a/plugins/mate/Makefile.nmake b/plugins/mate/Makefile.nmake
index 83d6214b9d..ec6090d489 100644
--- a/plugins/mate/Makefile.nmake
+++ b/plugins/mate/Makefile.nmake
@@ -61,5 +61,5 @@ mate_grammar.c : mate_grammar.lemon $(LEMON)\lemon.exe
$(LEMON)\lemon.exe:
cd ../../tools/lemon
- $(MAKE) -f makefile.nmake
+ $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
cd ../../plugins/mate
diff --git a/plugins/tpg/Makefile.nmake b/plugins/tpg/Makefile.nmake
index 83d6214b9d..ec6090d489 100644
--- a/plugins/tpg/Makefile.nmake
+++ b/plugins/tpg/Makefile.nmake
@@ -61,5 +61,5 @@ mate_grammar.c : mate_grammar.lemon $(LEMON)\lemon.exe
$(LEMON)\lemon.exe:
cd ../../tools/lemon
- $(MAKE) -f makefile.nmake
+ $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
cd ../../plugins/mate