From 71be1d1ed87573294a6083556b63e206bf5662e0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 19 Mar 2008 03:25:05 +0000 Subject: 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 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') 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) -- cgit v1.2.3