aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tpg
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 /plugins/tpg
parent1ce7261136c0a05398dbe29db1f07776e3e2d778 (diff)
Add a few missing /$(MAKEFLAGS)
svn path=/trunk/; revision=20046
Diffstat (limited to 'plugins/tpg')
-rw-r--r--plugins/tpg/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
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