summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target6
1 files changed, 4 insertions, 2 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 63ccf11ff..6fc4b0ca1 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -42,8 +42,10 @@ S_ATARI := gui.c findfile.c filetype.c misc.c bitmap.c schedule.c \
global_evnt.c osspec.c dragdrop.c system_colour.c
S_ATARI := $(addprefix atari/,$(S_ATARI))
-
-SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_ATARI)
+# This is the final source build list
+# Note this is deliberately *not* expanded here as common and image
+# are not yet available
+SOURCES = $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_ATARI)
EXETARGET := ns$(SUBTARGET).prg