diff options
author | Ian Lynagh <igloo@earth.li> | 2009-11-18 13:10:47 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-11-18 13:10:47 +0000 |
commit | 348350dff872d5b981d4d4b18641ec74d71d50ea (patch) | |
tree | 66c29720aa3437b1b6df20991b3f7d45381eaf61 /ghc.mk | |
parent | f8a4d42288673c34a7daf72cba66da562c0c29ca (diff) | |
download | haskell-348350dff872d5b981d4d4b18641ec74d71d50ea.tar.gz |
Add ghc-tarballs to the list of directories that go into an sdist
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1006,7 +1006,7 @@ SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME) # # Files to include in source distributions # -SRC_DIST_DIRS = mk rules docs distrib bindisttest libffi includes utils docs rts compiler ghc driver libraries +SRC_DIST_DIRS = mk rules docs distrib bindisttest libffi includes utils docs rts compiler ghc driver libraries ghc-tarballs SRC_DIST_FILES += \ configure.ac config.guess config.sub configure \ aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh \ |