summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-30 06:05:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-30 06:05:34 +0000
commit80defac55a44ea4a62c0e6e96b17329542ef622c (patch)
treebe73507124aea78646afede7329403f171495a79 /c/src/lib/libbsp/h8300
parent2002-06-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-80defac55a44ea4a62c0e6e96b17329542ef622c.tar.bz2
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
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.am6
2 files changed, 4 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
index d2f102badb..918669a4e8 100644
--- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog
+++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
index 9a146153a6..cbdfd056bc 100644
--- a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
BSP_FILES = startup clock console
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
@@ -22,11 +21,6 @@ LIB = $(ARCH)/libbsp.a
$(LIB): ${OBJS}
$(make-library)
-$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
-
all-local: ${ARCH} $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../../../../automake/local.am