X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=bindisttest%2FMakefile;h=238bce76504e284a85292fd57914052dbcc16840;hp=cf8e920a5ea39959eea26c16eb5d8acf9b89e613;hb=4ac2bb39dffb4b825ece73b349ff0d56d79092d7;hpb=a112e271063af6de659bee2f1b6a7c39d8792d98 diff --git a/bindisttest/Makefile b/bindisttest/Makefile index cf8e920..238bce7 100644 --- a/bindisttest/Makefile +++ b/bindisttest/Makefile @@ -36,7 +36,7 @@ all: # NB. tar has funny interpretation of filenames sometimes (thinking # c:/foo is a remote file), so it's safer to bzip and then pipe into # tar rather than using tar -xjf: - cd a/b/c/ && bzip2 -cd ../../../$(BIN_DIST_TEST_TAR_BZ2) | $(TAR) -xf - + cd a/b/c/ && $(BZIP2_CMD) -cd ../../../$(BIN_DIST_TEST_TAR_BZ2) | $(TAR_CMD) -xf - ifeq "$(Windows)" "YES" mv a/b/c/$(BIN_DIST_NAME) $(BIN_DIST_INST_DIR) else