summaryrefslogtreecommitdiff
path: root/includes/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-12-02 22:24:27 +0000
committerIan Lynagh <igloo@earth.li>2011-12-02 22:24:27 +0000
commit11a614ff2210eeb12c71a35f989ca312992933c1 (patch)
tree14c239a261ef61ff13596f548a37dd51dd56246b /includes/ghc.mk
parent1c400aa990481efea39e438a8a9884d3179da244 (diff)
downloadhaskell-11a614ff2210eeb12c71a35f989ca312992933c1.tar.gz
Fix header installation
Diffstat (limited to 'includes/ghc.mk')
-rw-r--r--includes/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk
index 0ef2f54906..cef12dcabc 100644
--- a/includes/ghc.mk
+++ b/includes/ghc.mk
@@ -204,5 +204,5 @@ install_includes :
$(call INSTALL_DIR,"$(DESTDIR)$(ghcheaderdir)/$d") && \
$(call INSTALL_HEADER,$(INSTALL_OPTS),includes/$d/*.h,"$(DESTDIR)$(ghcheaderdir)/$d/") && \
) true
- $(call INSTALL_HEADER,$(INSTALL_OPTS),$(includes_H_CONFIG) $(includes_H_PLATFORM),"$(DESTDIR)$(ghcheaderdir)/")
+ $(call INSTALL_HEADER,$(INSTALL_OPTS),$(includes_H_CONFIG) $(includes_H_PLATFORM) $(includes_GHCCONSTANTS) $(includes_DERIVEDCONSTANTS),"$(DESTDIR)$(ghcheaderdir)/")