Add a few missing /$(MAKEFLAGS)

svn path=/trunk/; revision=20046
This commit is contained in:
Bill Meier 2006-12-05 12:36:06 +00:00
parent 1ce7261136
commit e4a99fc4dd
5 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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