summaryrefslogtreecommitdiff
path: root/bindisttest
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-24 23:38:21 +0000
committerIan Lynagh <igloo@earth.li>2008-08-24 23:38:21 +0000
commit58a669d486c151eeacc353cad000891a56e8b68f (patch)
tree12268ed98631c133423cd90d1b8da50c2a3377b7 /bindisttest
parent1d397231bcb9aa87e1781b728f2a848b4052481f (diff)
downloadhaskell-58a669d486c151eeacc353cad000891a56e8b68f.tar.gz
Change references to the old BIN_DIST_TARBALL to the new BIN_DIST_TAR_BZ2
Diffstat (limited to 'bindisttest')
-rw-r--r--bindisttest/Makefile2
1 files changed, 1 insertions, 1 deletions
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