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>2004-03-31 05:27:53 +0400
committerJeff Johnston <jjohnstn@redhat.com>2004-03-31 05:27:53 +0400
commited4c5eceb09c54c9d683229262e8740b808f401e (patch)
tree15cd95a5fc40afbfbfdce463bdde46687659bb05 /newlib/libc/machine/h8300/Makefile.in
parent4289ebdbfb53d0ab767e21b5c3f1abcc6b7a4479 (diff)
2003-03-30 Jeff Johnston <jjohnstn@redhat.com>
* libc/machine/h8300/Makefile.am: Reformat slightly. * libc/machine/h8300/Makefile.in: Regenerate.
Diffstat (limited to 'newlib/libc/machine/h8300/Makefile.in')
-rw-r--r--newlib/libc/machine/h8300/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/machine/h8300/Makefile.in b/newlib/libc/machine/h8300/Makefile.in
index a3747ad7b..ffb6cc731 100644
--- a/newlib/libc/machine/h8300/Makefile.in
+++ b/newlib/libc/machine/h8300/Makefile.in
@@ -91,6 +91,8 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = reg_memcpy.S reg_memset.S strcmp.S memcpy.S memset.S setjmp.S
+lib_a_LIBADD =
+lib_a_DEPENDENCIES =
ACLOCAL_AMFLAGS = -I ../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
@@ -103,7 +105,6 @@ LIBRARIES = $(noinst_LIBRARIES)
DEFS = @DEFS@ -I. -I$(srcdir)
CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
-lib_a_LIBADD =
lib_a_OBJECTS = reg_memcpy.o reg_memset.o strcmp.o memcpy.o memset.o \
setjmp.o
CFLAGS = @CFLAGS@