summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-03-19 03:25:05 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-03-19 03:25:05 +0000
commit71be1d1ed87573294a6083556b63e206bf5662e0 (patch)
treec4eae40419e10d99612d3075a01c346a8c9cc530 /Makefile.sources
parent4162fb9a82c427ab2f2b73fc63cbb40cdd3f6629 (diff)
downloadnetsurf-71be1d1ed87573294a6083556b63e206bf5662e0.tar.gz
netsurf-71be1d1ed87573294a6083556b63e206bf5662e0.tar.bz2
Minor tweaks to Makefile for successful compilation on RO.
Document the s/$(shell uname -s)/riscos/ kludge until we get a fixed version of UnixLib/make svn path=/trunk/netsurf/; revision=3969
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index ed6968086..0bd3a21cf 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -104,7 +104,7 @@ CLEANS += clean-intermediates
ifeq ($(TARGET),riscos)
SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_RISCOS)
-EXETARGET := !NetSurf/!RunImage,ff8
+EXETARGET := !NetSurf/!RunImage$(EXEEXT)
endif
ifeq ($(TARGET),gtk)