From 62521d1f4c5ca34f295a09cbc58f476e0f81ab7a Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 14 Sep 2007 12:54:44 +0000 Subject: [PATCH] distclean: extra-gcc-opts, testsuite --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 $@ # ----------------------------------------------------------------------------- -- 1.7.10.4