aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-19 15:21:42 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-19 15:21:42 +0000
commite40ee0b19911c78912da8a42b311bd317b984aee (patch)
tree7a35e9ced24a8e9b1ad2cce563f8ee0c3fb9d855
parent1ef4f67cd5f9123db1b58d7230e8f3c10b55aa70 (diff)
Minor update to reflect recent plugins/Makefile.nmake change to clean/distclean/maintainer-clean
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23231 f5534014-38df-0310-8fa8-9805f1628bb7
-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