From cfc4fc9debfdd6823358bc63c550b96f3d48d5b1 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 10 Dec 2009 17:22:11 +0000 Subject: [PATCH] Fix reference to putchar.o and puts.o which were moved to newlib as part of initial check-in. --- libgloss/xc16x/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgloss/xc16x/Makefile.in b/libgloss/xc16x/Makefile.in index b2845c2bd..83a75ae03 100644 --- a/libgloss/xc16x/Makefile.in +++ b/libgloss/xc16x/Makefile.in @@ -69,8 +69,8 @@ CRT0 = crt0.o crt0_cygmon.o crt0_redboot.o # Generic object files common to all targets. GENOBJS_NO_TRAP = close.o create.o crt0.o fstat.o getchar1.o \ - isatty.o lseek.o mem-layout.o misc.o open.o putchar.o \ - puts.o read.o sbrk.o syscalls.o write.o + isatty.o lseek.o mem-layout.o misc.o open.o \ + read.o sbrk.o syscalls.o write.o GENOBJS = ${GENOBJS_NO_TRAP} trap_handle.o # Object files specific to particular targets.