aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-05 12:36:06 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-05 12:36:06 +0000
commit09dca477ae70d8d91fedfcc22027f8fef9370128 (patch)
treec15bb68b267b47cf6b3abe1fb46404d03997173d /doc
parent9fc547530fd0a8be334650c000d32bdbc786a3a3 (diff)
Add a few missing /$(MAKEFLAGS)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20046 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.nmake4
1 files changed, 2 insertions, 2 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