From 8f9677dfa8bbba83402176ed0d3a431d98b5c3ac Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 3 May 2010 17:12:32 +0000 Subject: Allow building of AmigaOS4 Cairo and non-Cairo versions of NetSurf in same source tree svn path=/trunk/netsurf/; revision=10544 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 4b8c0ff18..851d89575 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -162,7 +162,7 @@ endif ifeq ($(TARGET),amiga) SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_AMIGA) $(S_PDF) -EXETARGET := NetSurf +EXETARGET := NetSurf$(SUBTARGET) endif ifeq ($(TARGET),framebuffer) -- cgit v1.2.3