Removed -package util (why was it ever there?), since that caused linking with libreadline on Unix, even with --without-readline.

This commit is contained in:
bringert
2005-08-31 13:02:32 +00:00
parent f812648dc3
commit 919ebaade9

View File

@@ -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