summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-07-10 10:46:56 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-07-10 10:46:56 +0000
commit693094ced482884959969201c8c257dafaa026b3 (patch)
tree365874193e88bab0953796c31bb7297ac2ef49c0 /Makefile.sources
parent513793a060bfe2a6da98ca77f16ee150c956883c (diff)
downloadnetsurf-693094ced482884959969201c8c257dafaa026b3.tar.gz
netsurf-693094ced482884959969201c8c257dafaa026b3.tar.bz2
Correct executable name. Apparently running the wrong executable makes it difficult
to spot glaringly obvious bugs :) svn path=/trunk/netsurf/; revision=10625
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 e5ff9183d..95d3d95c8 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -166,7 +166,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)