From 7bd026d7199724dd5a224bce9073a2f72639ad2f Mon Sep 17 00:00:00 2001 From: simonm Date: Mon, 25 Nov 1996 14:45:22 +0000 Subject: [PATCH] [project @ 1996-11-25 14:45:22 by simonm] remove WAYS stuff, this is in buildinfo.mk and buildflags.mk --- ghc/mk/site-ghc.mk | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ghc/mk/site-ghc.mk b/ghc/mk/site-ghc.mk index 0a338b2..f6167dc 100644 --- a/ghc/mk/site-ghc.mk +++ b/ghc/mk/site-ghc.mk @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: site-ghc.mk,v 1.2 1996/11/21 16:48:03 simonm Exp $ +# $Id: site-ghc.mk,v 1.3 1996/11/25 14:45:22 simonm Exp $ # GHC_BUILD_FLAG_x # these are alternative flag names that can be given @@ -11,13 +11,6 @@ # user build ways. # ================================================================ -# Set WAYS according to which ways you want to build ghc and its libs - -WAYS = - -#WAYS = mc mr mt mp mg 2s 1s du p t a b c d e f g h i j k l m n o p A B - -# ================================================================ # BUILDS stuff: main sequential ones GHC_BUILD_FLAG_normal = -- 1.7.10.4