From 471e777ad74a18d0f2e3102bffb77075c5db0ae6 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 7 Dec 1999 11:19:35 +0000 Subject: [PATCH 1/1] [project @ 1999-12-07 11:19:35 by simonmar] test $(IncludeTestDirsInBuild) --- ghc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc/Makefile b/ghc/Makefile index d247d62..7c61e4d 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.8 1998/12/02 13:17:13 simonm Exp $ +# $Id: Makefile,v 1.9 1999/12/07 11:19:35 simonmar Exp $ # TOP=. @@ -31,4 +31,8 @@ ifeq "$(BIN_DIST)" "1" SUBDIRS := $(filter-out docs,$(SUBDIRS)) endif +ifeq ($(IncludeTestDirsInBuild),YES) +SUBDIRS += tests +endif + include $(TOP)/mk/target.mk -- 1.7.10.4