From: simonmar Date: Tue, 2 Jul 2002 14:15:22 +0000 (+0000) Subject: [project @ 2002-07-02 14:15:22 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1907 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8c178b26e4ecfab8d830f77807f64461d3b09703;p=ghc-hetmet.git [project @ 2002-07-02 14:15:22 by simonmar] Don't omit docs when doing a binary dist --- diff --git a/ghc/Makefile b/ghc/Makefile index 5d13069..4d71792 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