summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/hppa1.1/simhppa
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/hppa1.1/simhppa
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/hppa1.1/simhppa')
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am8
2 files changed, 4 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog
index 5ba48d1c8a..00fe0ae379 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
+
2002-06-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, bsp_specs: Now this target almost compiles again.
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am
index fd45e04fed..82aa7f77b8 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
# pieces to pick up out of libcpu/hppa
CPU_FILES = clock milli timer
@@ -34,13 +33,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) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
-.PRECIOUS: $(LIB)
-
include $(top_srcdir)/../../../../../../automake/local.am