diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-25 13:22:20 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-25 13:22:20 +0000 |
commit | bdfcfceffc1734c976e28fd0babfd72107a23527 (patch) | |
tree | 6df5d08cbc1a05eb8971dc6b43a2436f0703060b /rules | |
parent | b410846772e0ee630b82df31990bf9805b2d1849 (diff) | |
download | haskell-bdfcfceffc1734c976e28fd0babfd72107a23527.tar.gz |
Add buildinfo files to the bindist2009-06-25
Diffstat (limited to 'rules')
-rw-r--r-- | rules/build-package.mk | 2 |
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 |