From 852432e5f78275a565c3e155dce0949c1a7a5c40 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 12 Sep 2009 14:32:48 +0000 Subject: [PATCH] More bindist fixes --- ghc.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc.mk b/ghc.mk index ccfe54c..c66b03b 100644 --- a/ghc.mk +++ b/ghc.mk @@ -843,6 +843,8 @@ $(eval $(call bindist,.,\ $(BINDIST_EXTRAS) \ $(includes_H_CONFIG) \ $(includes_H_PLATFORM) \ + includes/ghcconfig.h \ + includes/rts/Config.h \ $(INSTALL_HEADERS) \ $(INSTALL_LIBEXECS) \ $(INSTALL_LIBEXEC_SCRIPTS) \ -- 1.7.10.4