diff options
author | simonmar <unknown> | 2002-07-02 14:15:22 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-07-02 14:15:22 +0000 |
commit | 8c178b26e4ecfab8d830f77807f64461d3b09703 (patch) | |
tree | d4941982cb335ede041b93ef3d7ff672a42d300b /ghc/Makefile | |
parent | fdc0680174272169bcb4ca67fef3607260a3bc25 (diff) | |
download | haskell-8c178b26e4ecfab8d830f77807f64461d3b09703.tar.gz |
[project @ 2002-07-02 14:15:22 by simonmar]
Don't omit docs when doing a binary dist
Diffstat (limited to 'ghc/Makefile')
-rw-r--r-- | ghc/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ghc/Makefile b/ghc/Makefile index 5d130692ff..4d71792ff6 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.20 2002/02/12 15:17:13 simonmar Exp $ +# $Id: Makefile,v 1.21 2002/07/02 14:15:22 simonmar Exp $ # TOP=. @@ -31,11 +31,6 @@ SUBDIRS = includes utils driver docs compiler endif endif -# Easier to copy -ifeq "$(BIN_DIST)" "1" -SUBDIRS := $(filter-out docs,$(SUBDIRS)) -endif - ifeq ($(IncludeTestDirsInBuild),YES) SUBDIRS += tests endif |