diff options
Diffstat (limited to 'includes')
-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 : |