aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.plugins
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-10-19 15:21:42 +0000
committerBill Meier <wmeier@newsguy.com>2007-10-19 15:21:42 +0000
commit08e7d4c8ceeca12a94529e5325d5069dad52e2bc (patch)
tree7a35e9ced24a8e9b1ad2cce563f8ee0c3fb9d855 /doc/README.plugins
parentfcdbdcdacbe586cdbb5621efb5940c82bbb6089f (diff)
Minor update to reflect recent plugins/Makefile.nmake change to clean/distclean/maintainer-clean
svn path=/trunk/; revision=23231
Diffstat (limited to 'doc/README.plugins')
-rw-r--r--doc/README.plugins6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.plugins b/doc/README.plugins
index dc82f8a143..f20c3318e4 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -109,7 +109,7 @@ xxx:
and add to the clean rules support for cleaning up after your
plugin:
-clean:
+clean: clean-local
cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../mgcp
@@ -120,7 +120,7 @@ clean:
cd ..
-distclean: clean
+distclean: distclean-local
cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../mgcp
@@ -131,7 +131,7 @@ distclean: clean
cd ..
-maintainer-clean: clean
+maintainer-clean: maintainer-clean-local
cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../mgcp