From 269ade3ebc4b3a7245825281e50e76e0020c2ce6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 25 Aug 2007 17:55:02 +0000 Subject: [PATCH] Don't put push-all and darcs-all in source dists We don't have the _darcs directories, so they won't work. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bf0b14..c6f54f7 100644 --- a/Makefile +++ b/Makefile @@ -462,7 +462,7 @@ SRC_DIST_DIRS += mk docs distrib bindisttest $(filter-out docs distrib,$(SUBDIRS SRC_DIST_FILES += \ configure.ac config.guess config.sub configure \ aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh \ - ghc.spec.in extra-gcc-opts.in VERSION boot push-all darcs-all + ghc.spec.in extra-gcc-opts.in VERSION boot # ----------------------------------------------------------------------------- # Source distributions -- 1.7.10.4