From 919ebaade9a4595191697f122f5024772021db0b Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 31 Aug 2005 13:02:32 +0000 Subject: [PATCH] Removed -package util (why was it ever there?), since that caused linking with libreadline on Unix, even with --without-readline. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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