summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-06-25 13:22:20 +0000
committerIan Lynagh <igloo@earth.li>2009-06-25 13:22:20 +0000
commitbdfcfceffc1734c976e28fd0babfd72107a23527 (patch)
tree6df5d08cbc1a05eb8971dc6b43a2436f0703060b /rules
parentb410846772e0ee630b82df31990bf9805b2d1849 (diff)
downloadhaskell-bdfcfceffc1734c976e28fd0babfd72107a23527.tar.gz
Add buildinfo files to the bindist2009-06-25
Diffstat (limited to 'rules')
-rw-r--r--rules/build-package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/build-package.mk b/rules/build-package.mk
index c598ef8c13..e80baa0e11 100644
--- a/rules/build-package.mk
+++ b/rules/build-package.mk
@@ -150,7 +150,7 @@ endif # package-data.mk exists
# Don't put bootstrapping packages in the bindist
ifneq "$3" "0"
-BINDIST_EXTRAS += $1/*.cabal $1/$2/setup-config $1/LICENSE
+BINDIST_EXTRAS += $1/*.cabal $1/*.buildinfo $1/$2/setup-config $1/LICENSE
BINDIST_EXTRAS += $$($1_$2_INSTALL_INCLUDES_SRCS)
endif