From 3a88860d8bd85d37b8b1203d06d88988f6587002 Mon Sep 17 00:00:00 2001 From: uz Date: Thu, 15 Jul 2010 20:58:46 +0000 Subject: [PATCH] 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 --- libsrc/atari/Makefile | 1 - 1 file changed, 1 deletion(-) 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 \