diff options
author | Ian Lynagh <igloo@earth.li> | 2009-10-09 21:56:04 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-10-09 21:56:04 +0000 |
commit | 2e91abc1f5927bb7eb8b027549ecab5d54b6c48e (patch) | |
tree | 9adcd000432bc7ab6de82876ca6a99e7c63869e6 /ghc.mk | |
parent | ac011c456a0b91a7596fbd40c676655ed1284575 (diff) | |
download | haskell-2e91abc1f5927bb7eb8b027549ecab5d54b6c48e.tar.gz |
Add the include files to bindists
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -865,6 +865,7 @@ $(eval $(call bindist,.,\ $(BINDIST_EXTRAS) \ $(includes_H_CONFIG) \ $(includes_H_PLATFORM) \ + $(includes_H_FILES) \ includes/ghcconfig.h \ includes/rts/Config.h \ $(INSTALL_HEADERS) \ |