summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/h8300hms/Makefile.in
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-03-11 21:18:31 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-03-11 21:18:31 +0000
commit2c4ef10a55620db807d6138acaac028f61d0e383 (patch)
tree573eb0de9c551b3e9aad70611b2f67f8830704c9 /newlib/libc/sys/h8300hms/Makefile.in
parent967641f2aaeeb8c5242b8ba485d41a171669225c (diff)
downloadcygnal-2c4ef10a55620db807d6138acaac028f61d0e383.tar.gz
cygnal-2c4ef10a55620db807d6138acaac028f61d0e383.tar.bz2
cygnal-2c4ef10a55620db807d6138acaac028f61d0e383.zip
2004-03-11 Kazu Hirata <kazu@cs.umass.edu>
* libc/sys/h8300hms/Makefile.am (lib_a_SOURCES): Replace _exit.c with _exit.S. * libc/sys/h8300hms/Makefile.in: Regenerate. * libc/sys/h8300hms/_exit.c: Remove. * libc/sys/h8300hms/_exit.S: New.
Diffstat (limited to 'newlib/libc/sys/h8300hms/Makefile.in')
-rw-r--r--newlib/libc/sys/h8300hms/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/h8300hms/Makefile.in b/newlib/libc/sys/h8300hms/Makefile.in
index a4108eb29..b18e64ea1 100644
--- a/newlib/libc/sys/h8300hms/Makefile.in
+++ b/newlib/libc/sys/h8300hms/Makefile.in
@@ -89,7 +89,7 @@ INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = syscalls.c _exit.c sbrk.c misc.c crt1.c close.S fstat.S lseek.S open.S read.S stat.S write.S
+lib_a_SOURCES = syscalls.c _exit.S sbrk.c misc.c crt1.c close.S fstat.S lseek.S open.S read.S stat.S write.S
ACLOCAL_AMFLAGS = -I ../../..