From cf70d529bf077f7ef804eafc543ae21ee8b9d2a5 Mon Sep 17 00:00:00 2001 From: Matthew Hambley Date: Thu, 20 May 2004 20:51:42 +0000 Subject: [project @ 2004-05-20 20:51:42 by matthewh] First round of bug fixes for new build structure svn path=/import/netsurf/; revision=873 --- posix.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'posix.mk') diff --git a/posix.mk b/posix.mk index ba89a877a..5c1c15a8f 100644 --- a/posix.mk +++ b/posix.mk @@ -9,4 +9,7 @@ LDFLAGS = -L/riscos/lib -lxml2 -lz -lcurl -lssl -lcrypto -lcares -lanim -lpng \ LDFLAGS_SMALL = -L/riscos/lib -lxml2 -lz -lucurl -lcares -lanim -lpng -loslib -ljpeg LDFLAGS_DEBUG = -L/usr/lib -lxml2 -lz -lm -lcurl -lssl -lcrypto -ldl -ljpeg +!NetSurf/!RunImage,ff8 : $(OBJS) + $(CC) -o $@ $(LDFLAGS) $^ + include depend -- cgit v1.2.3