From: uz Date: Tue, 22 Sep 2009 19:10:46 +0000 (+0000) Subject: Fixed an error. X-Git-Tag: V2.13.0rc1~43 X-Git-Url: https://git.sur5r.net/?p=cc65;a=commitdiff_plain;h=0508d655f116c3d5f6910802b6030756e6b58df5 Fixed an error. git-svn-id: svn://svn.cc65.org/cc65/trunk@4213 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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 $@)