X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=7a62fa9060cf178edd5dfe19b8da34a72b52a85a;hb=f4c9109d7f1deb6f79c2c141f69ec24b7022776b;hp=6f38c13cf77936998506272044f460eab8cf2b8f;hpb=a89d263cd1be9918882ebe85485fc4783fdb93f5;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 6f38c13..7a62fa9 100644 --- a/Makefile +++ b/Makefile @@ -238,8 +238,6 @@ install-docs :: # binary-dist is a GHC addition for binary distributions # -BIN_DIST_TARBALL=ghc-$(ProjectVersion)-$(TARGETPLATFORM).tar.bz2 - binary-dist:: -rm -rf $(BIN_DIST_DIR) -$(RM) $(BIN_DIST_DIR).tar.gz @@ -460,7 +458,7 @@ SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME) # # Files to include in source distributions # -SRC_DIST_DIRS += mk docs distrib $(filter-out docs distrib,$(SUBDIRS)) +SRC_DIST_DIRS += mk docs distrib bindisttest $(filter-out docs distrib,$(SUBDIRS)) SRC_DIST_FILES += \ configure.ac config.guess config.sub configure \ aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh \ @@ -564,6 +562,9 @@ MAINTAINER_CLEAN_FILES += VERSION extraclean:: $(RM) -rf autom4te.cache +clean distclean :: + $(MAKE) -C bindisttest $@ + # ----------------------------------------------------------------------------- # Turn off target.mk's rules for 'all', 'boot' and 'install'.