From: Simon Marlow Date: Fri, 14 Sep 2007 12:54:44 +0000 (+0000) Subject: distclean: extra-gcc-opts, testsuite X-Git-Tag: 2007-09-25~89 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=62521d1f4c5ca34f295a09cbc58f476e0f81ab7a distclean: extra-gcc-opts, testsuite --- diff --git a/Makefile b/Makefile index d1426c7..615151d 100644 --- a/Makefile +++ b/Makefile @@ -562,7 +562,7 @@ hc-file-bundle : CLEAN_FILES += hc-files-to-go *-hc.tar.gz DIST_CLEAN_FILES += config.cache config.status mk/config.h mk/stamp-h \ - ghc.spec docs/users_guide/ug-book.xml + ghc.spec docs/users_guide/ug-book.xml extra-gcc-opts # don't clean config.mk: it's needed when cleaning stuff later on LATE_DIST_CLEAN_FILES += mk/config.mk @@ -575,6 +575,7 @@ extraclean:: clean distclean :: $(MAKE) -C bindisttest $@ + test -d testsuite && $(MAKE) -C testsuite $@ # -----------------------------------------------------------------------------