summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-04 05:43:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-04 05:43:53 +0000
commitd16af04313136c034f0ab52bb0fac41747a4ce8a (patch)
tree41c6786e36cd407a2d6387378e5ef3cae669265c /c/src/lib/libbsp/h8300
parent2002-07-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d16af04313136c034f0ab52bb0fac41747a4ce8a.tar.bz2
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Add $(LIB) to all-local.
Diffstat (limited to 'c/src/lib/libbsp/h8300')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
index 918669a4e8..0a2bfab3f6 100644
--- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog
+++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
@@ -1,3 +1,7 @@
+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>
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
diff --git a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
index cbdfd056bc..617da392ef 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} $(TMPINSTALL_FILES)
+all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../../../../automake/local.am