X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=4eb83e76faeb6af9e2c84728db111eba673530a3;hb=f23d940ee5d97f4395bf4f4c87a5b4a6a30af9d8;hp=7f47f3b9e9925d323ad30d90011c4e64a4c015d4;hpb=e0098b9d0117dc28ee87fd19b9bc8fedfde37223;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 7f47f3b..4eb83e7 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ BIN_DIST_TMPDIR=$(FPTOOLS_TOP_ABS) binary-dist-pre:: ifeq "$(BIN_DIST)" "" - echo "WARNING: To run the binary-dist target, you need to set BIN_DIST=1 in your build.mk" && exit 1 + @echo "WARNING: To run the binary-dist target, you need to set BIN_DIST=1 in your build.mk" && exit 1 endif -rm -rf $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME) -$(RM) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME).tar.gz