From: Ian Lynagh Date: Sat, 12 Sep 2009 13:28:42 +0000 (+0000) Subject: Add includes/ghcautoconf.h and includes/ghcplatform.h to bindists X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=32c070d25cb6d0ea1e3e3f4a19303cdd3f8eea20;p=ghc-hetmet.git Add includes/ghcautoconf.h and includes/ghcplatform.h to bindists --- diff --git a/ghc.mk b/ghc.mk index e2d721d..ccfe54c 100644 --- a/ghc.mk +++ b/ghc.mk @@ -841,6 +841,8 @@ $(eval $(call bindist,.,\ $(BINDIST_LIBS) \ $(BINDIST_HI) \ $(BINDIST_EXTRAS) \ + $(includes_H_CONFIG) \ + $(includes_H_PLATFORM) \ $(INSTALL_HEADERS) \ $(INSTALL_LIBEXECS) \ $(INSTALL_LIBEXEC_SCRIPTS) \