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 /ghc.mk | |
parent | 1c400aa990481efea39e438a8a9884d3179da244 (diff) | |
download | haskell-11a614ff2210eeb12c71a35f989ca312992933c1.tar.gz |
Fix header installation
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 2 insertions, 0 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) \ |