From 0508d655f116c3d5f6910802b6030756e6b58df5 Mon Sep 17 00:00:00 2001 From: uz Date: Tue, 22 Sep 2009 19:10:46 +0000 Subject: [PATCH] Fixed an error. git-svn-id: svn://svn.cc65.org/cc65/trunk@4213 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/apple2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/apple2/Makefile b/libsrc/apple2/Makefile index 0e56aa839..adf96c6fe 100644 --- a/libsrc/apple2/Makefile +++ b/libsrc/apple2/Makefile @@ -128,7 +128,7 @@ TGIS = apple2-280-192-8.tgi apple2-40-48-16.tgi .PHONY: all clean zap -all: $(C_OBJS) $(S_OBJS) $(EMDS) $(JOYS) $(MOUS) $(SERS) $(TGIS) +all: $(C_OBJS) $(S_OBJS) $(S_EXTRA_OBJS) $(EMDS) $(JOYS) $(MOUS) $(SERS) $(TGIS) ../runtime/zeropage.o: $(MAKE) -C $(dir $@) $(notdir $@)