]> git.sur5r.net Git - cc65/commitdiff
cbm510zp -> extzp
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 16 Feb 2003 15:39:32 +0000 (15:39 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 16 Feb 2003 15:39:32 +0000 (15:39 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1992 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/cbm510/Makefile

index fc883a9510754cd6541a5fab6e0be66e19b17600..60cb8f6c463b5777fd5ac3373621086d5028664e 100644 (file)
 %.o:   %.s
        @$(AS) -g -o $@ $(AFLAGS) $<
 
-%.emd: %.o ../runtime/zeropage.o cbm510zp.o
+%.emd: %.o ../runtime/zeropage.o extzp.o
        @$(LD) -t module -o $@ $^
 
-%.joy: %.o ../runtime/zeropage.o cbm510zp.o
+%.joy: %.o ../runtime/zeropage.o extzp.o
        @$(LD) -t module -o $@ $^
 
-%.tgi: %.o ../runtime/zeropage.o cbm510zp.o
+%.tgi: %.o ../runtime/zeropage.o extzp.o
        @$(LD) -t module -o $@ $^
 
 #--------------------------------------------------------------------------