And fix distclean and maintainer-clean.

svn path=/trunk/; revision=38813
This commit is contained in:
Stig Bjørlykke 2011-08-31 09:27:25 +00:00
parent 464d135ef2
commit cd5cb315d5
1 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ distclean-local: clean-local
dtd_grammar.out sminmpec.c
distclean: distclean-local
cd ../crypt
cd crypt
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../ftypes
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
@ -163,7 +163,7 @@ distclean: distclean-local
maintainer-clean-local: distclean-local
maintainer-clean: maintainer-clean-local
cd ../crypt
cd crypt
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../ftypes
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean