Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-05-02 22:20:12 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-05-02 22:20:12 +0400
commita8b02d46937e9d11ec28d10c9d701b11b099788f (patch)
tree85942ff1b5ead8ae8331df8804d50c7ff9919c17 /newlib/libc/sys/sysnec810/Makefile.am
parentd182b68ce20be86de64b6babcdd1cdfb32a680d0 (diff)
2006-05-02 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/sysnec810/Makefile.am: Specify .S files instead of .s. * libc/sys/sysnec810/Makefile.in: Regenerated. * libc/sys/sysnec810/crt0.S: Renamed from .s file. * libc/sys/sysnec810/io.S: Ditto. * libc/sys/sysnec810/crt0.s: Renamed to .S file. * libc/sys/sysnec810/io.s: Ditto.
Diffstat (limited to 'newlib/libc/sys/sysnec810/Makefile.am')
-rw-r--r--newlib/libc/sys/sysnec810/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/sysnec810/Makefile.am b/newlib/libc/sys/sysnec810/Makefile.am
index ffdb988c2..e407730df 100644
--- a/newlib/libc/sys/sysnec810/Makefile.am
+++ b/newlib/libc/sys/sysnec810/Makefile.am
@@ -8,7 +8,7 @@ AM_CCASFLAGS = $(INCLUDES)
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = io.s write.c sbrk.c misc.c
+lib_a_SOURCES = io.S write.c sbrk.c misc.c
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
lib_a_CFLAGS = $(AM_CFLAGS)