From ed4c5eceb09c54c9d683229262e8740b808f401e Mon Sep 17 00:00:00 2001
From: Jeff Johnston <jjohnstn@redhat.com>
Date: Wed, 31 Mar 2004 01:27:53 +0000
Subject: [PATCH] 2003-03-30  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/machine/h8300/Makefile.am: Reformat slightly.
        * libc/machine/h8300/Makefile.in: Regenerate.
---
 newlib/ChangeLog                      | 5 +++++
 newlib/libc/machine/h8300/Makefile.am | 2 ++
 newlib/libc/machine/h8300/Makefile.in | 3 ++-
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 04832e559..3a563bc25 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-30  Jeff Johnston  <jjohnstn@redhat.com>
+
+	* libc/machine/h8300/Makefile.am: Reformat slightly.
+	* libc/machine/h8300/Makefile.in: Regenerate.
+
 2003-03-30  Thomas Pfaff  <tpfaff@gmx.net>
 
 	* libc/stdio/findfp.c (__fp_lock_all): Add call to
diff --git a/newlib/libc/machine/h8300/Makefile.am b/newlib/libc/machine/h8300/Makefile.am
index 2ce8319b4..570521a9c 100644
--- a/newlib/libc/machine/h8300/Makefile.am
+++ b/newlib/libc/machine/h8300/Makefile.am
@@ -8,6 +8,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
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@