X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=c058743f4646359cc6486af9263d1215db9d4938;hb=d831632bcfbee58a1951b1880ce1a07b70d21ecc;hp=615151dec12a7685bf7c27d8c2bf40e32e99b162;hpb=62521d1f4c5ca34f295a09cbc58f476e0f81ab7a;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 615151d..c058743 100644 --- a/Makefile +++ b/Makefile @@ -250,7 +250,7 @@ binary-dist:: ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" binary-dist:: - $(MAKE) DESTDIR=$(BIN_DIST_DIR) prefix=/. install + $(MAKE) prefix=$(BIN_DIST_DIR) install binary-dist:: cd $(BIN_DIST_DIR) && ../distrib/prep-bin-dist-mingw @@ -575,7 +575,7 @@ extraclean:: clean distclean :: $(MAKE) -C bindisttest $@ - test -d testsuite && $(MAKE) -C testsuite $@ + if test -d testsuite; then $(MAKE) -C testsuite $@; fi # -----------------------------------------------------------------------------