diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-23 22:45:16 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-23 22:45:16 +0000 |
commit | cdf1ca34abb0cf11979f571b28a1e343563a2281 (patch) | |
tree | 07fb8adf5e0c7d5653e61999489a1d9ef76845fa | |
parent | 8ddc86a0af37093d6939a30f0912753c88d5ad0e (diff) | |
download | haskell-cdf1ca34abb0cf11979f571b28a1e343563a2281.tar.gz |
Add boot-pkgs and packages to the source dists
-rw-r--r-- | ghc.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -823,7 +823,8 @@ SRC_DIST_DIRS = mk rules docs distrib bindisttest libffi includes utils docs rts SRC_DIST_FILES += \ configure.ac config.guess config.sub configure \ aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh \ - ghc.spec.in ghc.spec extra-gcc-opts.in VERSION boot ghc.mk + ghc.spec.in ghc.spec extra-gcc-opts.in VERSION \ + boot boot-pkgs packages ghc.mk SRC_DIST_TARBALL = $(SRC_DIST_NAME)-src.tar.bz2 |