X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=fcd1ad52cb701091c1d7a00a3a2b59979c3344fd;hb=0a50b1a7c93cd121405dc09e7a4d2ab145aec0b7;hp=d1426c77aaad705b74beb93de3d3e111235e3f16;hpb=e05f9de137269701df667b69d741dfae616694f7;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index d1426c7..fcd1ad5 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 $@ + if test -d testsuite; then $(MAKE) -C testsuite $@; fi # -----------------------------------------------------------------------------