aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-05-27 02:14:14 +0000
committerBill Meier <wmeier@newsguy.com>2008-05-27 02:14:14 +0000
commit9a53920530c7a30dd95f88619409eaf34d281b08 (patch)
tree3d03b5af84dbcb1f77264779b1565aa6f922c3f2 /plugins/Makefile.nmake
parentc5e9eb9df78dcf181cffb1ed9c88fc6e1735e6c6 (diff)
Do plugins Checkapi only if the checkapi target is explicitly invoked.
svn path=/trunk/; revision=25382
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index c59390d16c..3de485f9d0 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -8,7 +8,7 @@ include ..\config.nmake
## To add a plugin: Add entry to process-plugins and to install-plugins
-all: checkapi
+all:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake PLUGIN_TARGET= process-plugins
clean: clean-local