summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-04 08:56:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-04 08:56:18 +0000
commit445c0a0629f376002e813d51f587ff9e30779943 (patch)
tree3c922f140432234b5b12bdd391a62ff6cc3c53d8 /c/src/lib/libbsp/h8300
parent2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-445c0a0629f376002e813d51f587ff9e30779943.tar.bz2
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
Diffstat (limited to 'c/src/lib/libbsp/h8300')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/ChangeLog5
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
index 0a2bfab3f6..f259c020d7 100644
--- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog
+++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
@@ -1,5 +1,10 @@
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
+ Remove $(OBJS) from all-local.
+
+2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* wrapup/Makefile.am: Add $(LIB) to all-local.
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
index 617da392ef..f5e3633fed 100644
--- a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
@@ -21,6 +21,6 @@ LIB = $(ARCH)/libbsp.a
$(LIB): ${OBJS}
$(make-library)
-all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
+all-local: ${ARCH} $(LIB)
include $(top_srcdir)/../../../../../../automake/local.am