summaryrefslogtreecommitdiff
path: root/ghc/compiler
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-02-08 15:02:30 +0000
committersimonmar <unknown>2002-02-08 15:02:30 +0000
commit723ab3364061d8b0d9fd622feaa1d31eb1281f6a (patch)
tree5de969ceef6f5c27ee85d44a8f5f2ba7dc1b7d00 /ghc/compiler
parente853681924c4cf1e1f2dd75276973aedd222d358 (diff)
downloadhaskell-723ab3364061d8b0d9fd622feaa1d31eb1281f6a.tar.gz
[project @ 2002-02-08 15:02:30 by simonmar]
Remove dependency on package text.
Diffstat (limited to 'ghc/compiler')
-rw-r--r--ghc/compiler/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index f8b1ffabb1..85b577e2bd 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