Minor update to reflect recent plugins/Makefile.nmake change to clean/distclean/maintainer-clean

svn path=/trunk/; revision=23231
This commit is contained in:
Bill Meier 2007-10-19 15:21:42 +00:00
parent fcdbdcdacb
commit 08e7d4c8ce
1 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ xxx:
and add to the clean rules support for cleaning up after your and add to the clean rules support for cleaning up after your
plugin: plugin:
clean: clean: clean-local
cd gryphon cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../mgcp cd ../mgcp
@ -120,7 +120,7 @@ clean:
cd .. cd ..
distclean: clean distclean: distclean-local
cd gryphon cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../mgcp cd ../mgcp
@ -131,7 +131,7 @@ distclean: clean
cd .. cd ..
maintainer-clean: clean maintainer-clean: maintainer-clean-local
cd gryphon cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../mgcp cd ../mgcp