diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-10-24 17:49:42 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-10-24 18:03:34 +0100 |
commit | 68ae113299dbf2928cf0a8c4400b960620136738 (patch) | |
tree | dba89f6d09b9ba5ce19ebd287d9e5701e7fd6d26 /ghc.mk | |
parent | b8da5dd3c55d766f0229abb46a1e5c7819d2cd73 (diff) | |
download | haskell-68ae113299dbf2928cf0a8c4400b960620136738.tar.gz |
Make it possible to build with only way dyn
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -143,6 +143,7 @@ endif include rules/prof.mk include rules/trace.mk +include rules/library-path.mk include rules/make-command.mk include rules/pretty_commands.mk @@ -480,6 +481,7 @@ utils/ghc-pkg/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/hsc2hs/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/compare_sizes/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/runghc/dist-install/package-data.mk: compiler/stage2/package-data.mk +utils/mkUserGuidePart/dist/package-data.mk: compiler/stage2/package-data.mk # add the final package.conf dependency: ghc-prim depends on RTS libraries/ghc-prim/dist-install/package-data.mk : rts/package.conf.inplace @@ -1027,7 +1029,7 @@ unix-binary-dist-prep: echo "BUILD_DOCBOOK_PS = $(BUILD_DOCBOOK_PS)" >> $(BIN_DIST_MK) echo "BUILD_DOCBOOK_PDF = $(BUILD_DOCBOOK_PDF)" >> $(BIN_DIST_MK) echo "BUILD_MAN = $(BUILD_MAN)" >> $(BIN_DIST_MK) - echo "GHC_CABAL_INPLACE = utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" >> $(BIN_DIST_MK) + echo "GHC_CABAL_INPLACE = utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" >> $(BIN_DIST_MK) cd $(BIN_DIST_PREP_DIR) && autoreconf $(call removeFiles,$(BIN_DIST_PREP_TAR)) # h means "follow symlinks", e.g. if aclocal.m4 is a symlink to a source |