From 34db852b01c5272769ec2ba1f3629ef55e724248 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 15 Feb 2009 12:47:24 +0000 Subject: Remove dummy libraries svn path=/trunk/netsurf/; revision=6529 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ad036d44..e7e041587 100644 --- a/Makefile +++ b/Makefile @@ -485,7 +485,7 @@ ifeq ($(TARGET),amiga) $(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG rendering)) CFLAGS += -mcrt=newlib -D__USE_INLINE__ -std=c99 -I . -Dnsamiga - LDFLAGS += -lxml2 -lcurl -lm -lsocket -lpthread -lregex -lauto -lraauto -lparserutils -mcrt=newlib + LDFLAGS += -lxml2 -lcurl -lpthread -lregex -lauto -lraauto -lparserutils -mcrt=newlib ifeq ($(NETSURF_USE_SSL),YES) LDFLAGS += -lssl -lcrypto endif -- cgit v1.2.3