X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=bindisttest%2FMakefile;h=cfcf13ba0e93db91bba517c15d4a785fb755f1c5;hb=9b568f44572383f07ce0f7bf9ab9478410262475;hp=d29c3d8b7ae67c89486c7cd01057ebf38a931a82;hpb=f700c53dceab14939616be22d114f6509caa3aad;p=ghc-hetmet.git diff --git a/bindisttest/Makefile b/bindisttest/Makefile index d29c3d8..cfcf13b 100644 --- a/bindisttest/Makefile +++ b/bindisttest/Makefile @@ -14,9 +14,13 @@ all: $(RM) -rf installed $(RM) -rf ghc* $(RM) HelloWorld HelloWorld.o HelloWorld.hi output - $(TAR) -jxf $(BIN_DIST_TARBALL) + $(TAR) -jxf ../$(BIN_DIST_TARBALL) +ifeq "$(Windows)" "YES" + mv $(BIN_DIST_NAME) $(INST_DIR) +else cd $(BIN_DIST_NAME) && ./configure --prefix=$(INST_DIR) cd $(BIN_DIST_NAME) && make install +endif $(INST_DIR)/bin/ghc --make HelloWorld ./HelloWorld > output $(CONTEXT_DIFF) output expected_output