aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2006-12-05 12:36:06 +0000
committerBill Meier <wmeier@newsguy.com>2006-12-05 12:36:06 +0000
commite4a99fc4dddb10418445d79689ab28620b8b1071 (patch)
treec15bb68b267b47cf6b3abe1fb46404d03997173d /doc
parent1ce7261136c0a05398dbe29db1f07776e3e2d778 (diff)
Add a few missing /$(MAKEFLAGS)
svn path=/trunk/; revision=20046
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