summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 16:11:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 16:11:36 +0000
commitd6c6c26fd2ec27d59c90d435c613154a43a9b9bc (patch)
tree01271c6083b78b09265131e8754f8d081f15dfc6 /c/src/libmisc
parent2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d6c6c26fd2ec27d59c90d435c613154a43a9b9bc.tar.bz2
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't preinstall libmisc.a.
Diffstat (limited to 'c/src/libmisc')
-rw-r--r--c/src/libmisc/ChangeLog6
-rw-r--r--c/src/libmisc/wrapup/Makefile.am9
2 files changed, 6 insertions, 9 deletions
diff --git a/c/src/libmisc/ChangeLog b/c/src/libmisc/ChangeLog
index 8859982955..4c19a47d1b 100644
--- a/c/src/libmisc/ChangeLog
+++ b/c/src/libmisc/ChangeLog
@@ -1,6 +1,10 @@
+2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Don't preinstall libmisc.a.
+
2002-05-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * coinfigure.ac, Makefile.am: Remove references to rootfs.
+ * configure.ac, Makefile.am: Remove references to rootfs.
2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/c/src/libmisc/wrapup/Makefile.am b/c/src/libmisc/wrapup/Makefile.am
index bdd9805690..d1fc5a42c4 100644
--- a/c/src/libmisc/wrapup/Makefile.am
+++ b/c/src/libmisc/wrapup/Makefile.am
@@ -17,9 +17,6 @@ TMP_LIBS = ../monitor/$(ARCH)/libmonitor-tmp.a \
../devnull/$(ARCH)/libdevnull-tmp.a ../dummy/$(ARCH)/libdummy-tmp.a \
../mw-fb/$(ARCH)/libmw-fb-tmp.a ../capture/$(ARCH)/libcapture-tmp.a
-$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
- $(INSTALL_DATA) $< $@
-
#
# (OPTIONAL) Add local stuff here using +=
#
@@ -32,10 +29,6 @@ $(LIB): $(TMP_LIBS)
$(AR) ruv $@ $(ARCH)/*
$(RANLIB) $@
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
-
-all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
-
-.PRECIOUS: $(LIB)
+all-local: $(ARCH) $(LIB)
include $(top_srcdir)/../../../automake/local.am