X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=a5936f488feabd2a6236be5ebd59931fd0559c27;hb=77b99dc38036e2908101984c8394ac16f6daa4e0;hp=6f38c13cf77936998506272044f460eab8cf2b8f;hpb=a89d263cd1be9918882ebe85485fc4783fdb93f5;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 6f38c13..a5936f4 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 @@ -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'.