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
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