summaryrefslogtreecommitdiff
path: root/posix.mk
diff options
context:
space:
mode:
authorMatthew Hambley <lists@aether.demon.co.uk>2004-05-20 20:51:42 +0000
committerMatthew Hambley <lists@aether.demon.co.uk>2004-05-20 20:51:42 +0000
commitcf70d529bf077f7ef804eafc543ae21ee8b9d2a5 (patch)
treedfec9573c1cb0cafe9b2b3f4df8081a134818006 /posix.mk
parent254c4d509ed6db8c52cd32b3d0a0cdeba7212b39 (diff)
downloadnetsurf-cf70d529bf077f7ef804eafc543ae21ee8b9d2a5.tar.gz
netsurf-cf70d529bf077f7ef804eafc543ae21ee8b9d2a5.tar.bz2
[project @ 2004-05-20 20:51:42 by matthewh]
First round of bug fixes for new build structure svn path=/import/netsurf/; revision=873
Diffstat (limited to 'posix.mk')
-rw-r--r--posix.mk3
1 files changed, 3 insertions, 0 deletions
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