From 58a669d486c151eeacc353cad000891a56e8b68f Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 24 Aug 2008 23:38:21 +0000 Subject: Change references to the old BIN_DIST_TARBALL to the new BIN_DIST_TAR_BZ2 --- bindisttest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindisttest') diff --git a/bindisttest/Makefile b/bindisttest/Makefile index b2cb231741..306d069add 100644 --- a/bindisttest/Makefile +++ b/bindisttest/Makefile @@ -12,7 +12,7 @@ all: $(RM) -rf $(BIN_DIST_INST_SUBDIR) $(RM) -rf ghc* $(RM) HelloWorld HelloWorld.o HelloWorld.hi output - $(TAR) -jxf $(BIN_DIST_TARBALL) + $(TAR) -jxf $(BIN_DIST_TAR_BZ2) ifeq "$(Windows)" "YES" mv $(BIN_DIST_NAME) $(BIN_DIST_INST_DIR) else -- cgit v1.2.1