From: Ian Lynagh Date: Wed, 16 Mar 2011 19:01:17 +0000 (+0000) Subject: Don't put includes/rts/Config.h in bindists twice X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3ce328c715c8ae97325d21216a4dd51050876c62;p=ghc-hetmet.git Don't put includes/rts/Config.h in bindists twice --- diff --git a/ghc.mk b/ghc.mk index 46b6c4e..a41537f 100644 --- a/ghc.mk +++ b/ghc.mk @@ -920,7 +920,6 @@ $(eval $(call bindist,.,\ $(includes_H_PLATFORM) \ $(includes_H_FILES) \ includes/ghcconfig.h \ - includes/rts/Config.h \ $(INSTALL_HEADERS) \ $(INSTALL_LIBEXECS) \ $(INSTALL_LIBEXEC_SCRIPTS) \