X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=bindisttest%2FMakefile;fp=bindisttest%2FMakefile;h=c26ca79f680d237dfe977e7c89178800be3da4ea;hp=cfcf13ba0e93db91bba517c15d4a785fb755f1c5;hb=cafb1e0f6bb93fb720e3bb3432c777cd9736bf80;hpb=25f84fa7e4b84c3db5ba745a7881c009b778e0b1 diff --git a/bindisttest/Makefile b/bindisttest/Makefile index cfcf13b..c26ca79 100644 --- a/bindisttest/Makefile +++ b/bindisttest/Makefile @@ -8,20 +8,18 @@ default_target: all TOP=.. include $(TOP)/mk/boilerplate.mk -INST_DIR = $(FPTOOLS_TOP_ABS)/bindisttest/installed - 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) + mv $(BIN_DIST_NAME) $(BIN_DIST_INST_DIR) else - cd $(BIN_DIST_NAME) && ./configure --prefix=$(INST_DIR) + cd $(BIN_DIST_NAME) && ./configure --prefix=$(BIN_DIST_INST_DIR) cd $(BIN_DIST_NAME) && make install endif - $(INST_DIR)/bin/ghc --make HelloWorld + $(BIN_DIST_INST_DIR)/bin/ghc --make HelloWorld ./HelloWorld > output $(CONTEXT_DIFF) output expected_output