summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-05-03 17:12:32 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-05-03 17:12:32 +0000
commit8f9677dfa8bbba83402176ed0d3a431d98b5c3ac (patch)
tree2228eb5752d3c8289f4e8bc2ee39667e1498d6af /Makefile.sources
parent6e0f8d9a48eece5555f7bd0c6056684180bea285 (diff)
downloadnetsurf-8f9677dfa8bbba83402176ed0d3a431d98b5c3ac.tar.gz
netsurf-8f9677dfa8bbba83402176ed0d3a431d98b5c3ac.tar.bz2
Allow building of AmigaOS4 Cairo and non-Cairo versions of NetSurf in same source tree
svn path=/trunk/netsurf/; revision=10544
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 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)