From 723ab3364061d8b0d9fd622feaa1d31eb1281f6a Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 8 Feb 2002 15:02:30 +0000 Subject: [PATCH] [project @ 2002-02-08 15:02:30 by simonmar] Remove dependency on package text. --- ghc/compiler/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index f8b1ffa..85b577e 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.207 2002/02/06 11:41:01 simonmar Exp $ +# $Id: Makefile,v 1.208 2002/02/08 15:02:30 simonmar Exp $ TOP = .. @@ -208,9 +208,9 @@ SRC_HC_OPTS += \ SRC_MKDEPENDHS_OPTS += -I$(GHC_INCLUDE_DIR) ifneq "$(mingw32_TARGET_OS)" "1" -SRC_HC_OPTS += -package concurrent -package posix -package text -package util +SRC_HC_OPTS += -package concurrent -package posix -package util else -SRC_HC_OPTS += -package concurrent -package text -package util +SRC_HC_OPTS += -package concurrent -package util endif SRC_CC_OPTS += -Iparser -I. -I$(TOP)/includes -O -- 1.7.10.4