From 1a9ef46863b6d70b585cdbd7205fdbd97c1ef3c7 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 9 Aug 2008 15:17:18 +0000 Subject: Removed -liconv from Amiga target as no longer required svn path=/trunk/netsurf/; revision=4971 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c702ee093..439f49287 100644 --- a/Makefile +++ b/Makefile @@ -386,7 +386,7 @@ endif ifeq ($(TARGET),amiga) CFLAGS += -mcrt=newlib -D__USE_INLINE__ -std=c99 -I . - LDFLAGS += -lxml2 -lz -ljpeg -lcurl -lm -lmng -lsocket -lpthread -lrosprite -liconv -lregex -lauto -lssl -lcrypto -lamisslauto -mcrt=newlib + LDFLAGS += -lxml2 -lz -ljpeg -lcurl -lm -lmng -lsocket -lpthread -lrosprite -lregex -lauto -lraauto -lssl -lcrypto -lamisslauto -mcrt=newlib endif # ---------------------------------------------------------------------------- -- cgit v1.2.3