From 348350dff872d5b981d4d4b18641ec74d71d50ea Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 18 Nov 2009 13:10:47 +0000 Subject: [PATCH] Add ghc-tarballs to the list of directories that go into an sdist --- ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc.mk b/ghc.mk index bf5b7c2..b21aac0 100644 --- a/ghc.mk +++ b/ghc.mk @@ -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 \ -- 1.7.10.4