diff options
| author | Ian Lynagh <igloo@earth.li> | 2011-12-02 22:24:27 +0000 |
|---|---|---|
| committer | Ian Lynagh <igloo@earth.li> | 2011-12-02 22:24:27 +0000 |
| commit | 11a614ff2210eeb12c71a35f989ca312992933c1 (patch) | |
| tree | 14c239a261ef61ff13596f548a37dd51dd56246b | |
| parent | 1c400aa990481efea39e438a8a9884d3179da244 (diff) | |
| download | haskell-11a614ff2210eeb12c71a35f989ca312992933c1.tar.gz | |
Fix header installation
| -rw-r--r-- | ghc.mk | 2 | ||||
| -rw-r--r-- | includes/ghc.mk | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -933,6 +933,8 @@ $(eval $(call bindist,.,\ $(BINDIST_HI) \ $(BINDIST_EXTRAS) \ $(includes_H_FILES) \ + $(includes_DERIVEDCONSTANTS) \ + $(includes_GHCCONSTANTS) \ $(INSTALL_HEADERS) \ $(INSTALL_LIBEXECS) \ $(INSTALL_LIBEXEC_SCRIPTS) \ 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)/") |
