From: simonmar Date: Tue, 11 Nov 2003 10:05:11 +0000 (+0000) Subject: [project @ 2003-11-11 10:05:11 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~267 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=cb80e7a5dc0b9973b1f030618be5940eae6cbcf8 [project @ 2003-11-11 10:05:11 by simonmar] wibble --- 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