mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
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:
parent
513793a060
commit
693094ced4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user