From 73a689e2df001bd7794ab8562a64b12877ce3581 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 9 Aug 2002 20:59:41 +0000 Subject: [PATCH] [project @ 2002-08-09 20:59:41 by sof] NON_HS_PKG vs NON_HS_PACKAGE confusion - NON_HS_PACKAGE wins --- ghc/rts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index dc93d3a..37114fb 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.73 2002/07/17 09:14:27 simonmar Exp $ +# $Id: Makefile,v 1.74 2002/08/09 20:59:41 sof Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -34,7 +34,7 @@ WAYS=$(GhcLibWays) PACKAGE = rts # Tells the build system not to add various Haskellish options to $(SRC_HC_OPTS) -NON_HS_PKG = YES +NON_HS_PACKAGE = YES # grab sources from these subdirectories ALL_DIRS = hooks parallel -- 1.7.10.4