From 8a98445c043fc954dedcca7ce01c17434b8e44b1 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Mon, 26 Jan 1998 17:10:48 +0000 Subject: [PATCH] [project @ 1998-01-26 17:10:48 by simonm] Remove reference to tests subdir. --- ghc/lib/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index 79bc66fbf2bd..133fcde726c1 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -14,9 +14,6 @@ WAYS=$(GhcLibWays) ifeq "$(way)" "" SUBDIRS = cbits -ifeq ($(IncludeTestDirsInBuild),YES) - SUBDIRS += tests -endif else SUBDIRS= endif -- GitLab