X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=830becccc78f8b39d0044fd19b19a531d2599fcf;hb=99332983ad06a8cfef34c7908a73038c6f3f4781;hp=5b0f604c7754f554b6d6f85a80070ddd030179e6;hpb=bb0a30a9bf77c2129c83a427ae5ef8903e856104;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index 5b0f604..830becc 100644 --- a/ghc.mk +++ b/ghc.mk @@ -39,8 +39,6 @@ # # * per-source-file dependencies instead of one .depend file? # * eliminate undefined variables, and use --warn-undefined-variables? -# * perhaps we should make all the output dirs in the .depend rule, to -# avoid all these mkdirhier calls? # * put outputs from different ways in different subdirs of distdir/build, # then we don't have to use -osuf/-hisuf. We would have to install # them in different places too, so we'd need ghc-pkg support for packages @@ -916,7 +914,7 @@ windows-binary-dist-prep: cd bindistprep && "$(TAR)" cf - $(BIN_DIST_NAME) | bzip2 -c > ../$(BIN_DIST_PREP_TAR_BZ2) windows-installer: - "$(ISCC)" /O. /F$(WINDOWS_INSTALLER_BASE) - < distrib/ghc.iss + "$(ISCC)" /O. /Fbindistprep/$(WINDOWS_INSTALLER_BASE) - < distrib/ghc.iss nTimes = set -e; for i in `seq 1 $(1)`; do echo Try "$$i: $(2)"; if $(2); then break; fi; done