From 0c0e27fa021510559c7a883fbcb2e1cc74e27ff0 Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 16 Feb 2003 14:33:23 +0000 Subject: [PATCH] Renamed geoszp.s -> extzp.s git-svn-id: svn://svn.cc65.org/cc65/trunk@1988 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/geos/devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/geos/devel/Makefile b/libsrc/geos/devel/Makefile index ebe4e2a7a..b763ac5eb 100644 --- a/libsrc/geos/devel/Makefile +++ b/libsrc/geos/devel/Makefile @@ -16,7 +16,7 @@ %.tgi: %.o ../../runtime/zeropage.o @$(LD) -t module -o $@ $^ -S_OBJS = crt0.o geoszp.o oserror.o oserrlist.o randomize.o fio_module.o tgi_mode_table.o +S_OBJS = crt0.o extzp.o oserror.o oserrlist.o randomize.o fio_module.o tgi_mode_table.o #-------------------------------------------------------------------------- # Drivers -- 2.39.5