Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6154cfa9428bc60adb74b50c4e694a13f3ef0b39 >--------------------------------------------------------------- commit 6154cfa9428bc60adb74b50c4e694a13f3ef0b39 Author: Ian Lynagh <[email protected]> Date: Thu Sep 13 17:32:13 2012 +0100 We need to install the platformConstants file >--------------------------------------------------------------- includes/ghc.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/includes/ghc.mk b/includes/ghc.mk index e8b9837..ac11ee3 100644 --- a/includes/ghc.mk +++ b/includes/ghc.mk @@ -135,6 +135,8 @@ includes_GHCCONSTANTS = includes/dist-derivedconstants/header/GHCConstants.h includes_GHCCONSTANTS_HASKELL_TYPE = includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs includes_GHCCONSTANTS_HASKELL_VALUE = includes/dist-derivedconstants/header/platformConstants +INSTALL_LIBS += includes/dist-derivedconstants/header/platformConstants + ifeq "$(PORTING_HOST)-$(AlienScript)" "YES-" DerivedConstants.h : _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
