diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-09-13 17:32:13 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-09-13 17:32:13 +0100 |
commit | 6154cfa9428bc60adb74b50c4e694a13f3ef0b39 (patch) | |
tree | e9ec5f9a88239e3c5e760bba7e069c95313d0ae1 /includes/ghc.mk | |
parent | 72d3f4b77eabd7c3023eedfdbaec9379bb791072 (diff) | |
download | haskell-6154cfa9428bc60adb74b50c4e694a13f3ef0b39.tar.gz |
We need to install the platformConstants file
Diffstat (limited to 'includes/ghc.mk')
-rw-r--r-- | includes/ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk index e8b9837407..ac11ee3b13 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 : |