Correct executable name. Apparently running the wrong executable makes it difficult

to spot glaringly obvious bugs :)

svn path=/trunk/netsurf/; revision=10625
This commit is contained in:
Chris Young 2010-07-10 10:46:56 +00:00
parent 513793a060
commit 693094ced4

View File

@ -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)