From: cuz Date: Fri, 4 Jun 2004 17:54:15 +0000 (+0000) Subject: Remove dependency on rom.o X-Git-Tag: V2.12.0~741 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64fdaa46292a0b1f30ba1d8b3dea27dcf01fb9dd;p=cc65 Remove dependency on rom.o git-svn-id: svn://svn.cc65.org/cc65/trunk@3091 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/apple2/Makefile b/libsrc/apple2/Makefile index 381872ed7..6d7142b4d 100644 --- a/libsrc/apple2/Makefile +++ b/libsrc/apple2/Makefile @@ -14,13 +14,13 @@ %.o: %.s @$(AS) -g -o $@ $(AFLAGS) $< -%.emd: %.o ../runtime/zeropage.o rom.o +%.emd: %.o ../runtime/zeropage.o @$(LD) -t module -o $@ $^ -%.joy: %.o ../runtime/zeropage.o rom.o +%.joy: %.o ../runtime/zeropage.o @$(LD) -t module -o $@ $^ -%.tgi: %.o ../runtime/zeropage.o rom.o +%.tgi: %.o ../runtime/zeropage.o @$(LD) -t module -o $@ $^ #--------------------------------------------------------------------------