summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbringert <unknown>2005-08-31 13:02:32 +0000
committerbringert <unknown>2005-08-31 13:02:32 +0000
commit919ebaade9a4595191697f122f5024772021db0b (patch)
tree221fda81dae059ecc01ce451af7008d72438d2e5 /src
parentf812648dc3ebedba5173e7aea780998dbc47a174 (diff)
Removed -package util (why was it ever there?), since that caused linking with libreadline on Unix, even with --without-readline.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c1ce60994..678d6cd6b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3,7 +3,7 @@ include config.mk
GHMAKE=$(GHC) --make
GHCXMAKE=ghcxmake
-GHCFLAGS+= -fglasgow-exts -package util
+GHCFLAGS+= -fglasgow-exts
GHCOPTFLAGS=-O2
GHCFUDFLAG=
JAVAFLAGS=-target 1.4 -source 1.4