From: ol.sc Date: Thu, 9 Feb 2012 16:41:35 +0000 (+0000) Subject: Reuse the character specification table from the base target. X-Git-Tag: V2.14~545 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=51508843f9e9088e3ed1290503f039441b890fd5;p=cc65 Reuse the character specification table from the base target. git-svn-id: svn://svn.cc65.org/cc65/trunk@5518 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/geos-cbm/system/Makefile b/libsrc/geos-cbm/system/Makefile index a39ad6e4c..a0cea1497 100644 --- a/libsrc/geos-cbm/system/Makefile +++ b/libsrc/geos-cbm/system/Makefile @@ -5,8 +5,7 @@ #-------------------------------------------------------------------------- # Object files -S_OBJS += ctype.o \ - get_ostype.o \ +S_OBJS += get_ostype.o \ getserialnumber.o \ initdoneio.o \ setdevice.o \