X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FMakefile;h=cacc3f7c8e38183abd6e7ebacdcf5785bc4ed619;hb=693342ffbb61e1da4c009059755fa0b9b1396bb8;hp=552d0503633abd388a785d86f3df217455bdfe32;hpb=d012e94773452e41592cddfa1aee804a7b9e4ba8;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index 552d050..cacc3f7 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.29 2005/03/02 14:09:26 simonmar Exp $ +# $Id: Makefile,v 1.30 2005/03/02 14:35:05 simonmar Exp $ # TOP=. @@ -32,17 +32,14 @@ SUBDIRS = includes lib utils driver docs compiler endif endif -ifeq ($(IncludeTestDirsInBuild),YES) -SUBDIRS += tests -endif - SRC_DIST_FILES += configure # Clean everything created by configure: DIST_CLEAN_FILES += VERSION config.cache config.status ghc.spec \ docs/users_guide/ug-book.xml -LATE_DIST_CLEAN_FILES += mk/version.mk mk/config.mk +# don't clean version.mk: it's needed when cleaning stuff later on +LATE_DIST_CLEAN_FILES += mk/config.mk extraclean:: $(RM) -rf autom4te.cache