From: uz Date: Thu, 15 Jul 2010 20:58:46 +0000 (+0000) Subject: Removed the rs232 module from the makefile, since it will no longer compile. X-Git-Tag: V2.13.3~689 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a88860d8bd85d37b8b1203d06d88988f6587002;p=cc65 Removed the rs232 module from the makefile, since it will no longer compile. git-svn-id: svn://svn.cc65.org/cc65/trunk@4746 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atari/Makefile b/libsrc/atari/Makefile index 93eec9f2b..2d7a11286 100644 --- a/libsrc/atari/Makefile +++ b/libsrc/atari/Makefile @@ -102,7 +102,6 @@ OBJS = _scrsize.o \ randomize.o \ read.o \ revers.o \ - rs232.o \ rwcommon.o \ savevec.o \ scroll.o \