summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 15:24:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 15:24:02 +0000
commit996a0385ef9e07e6b324501af55dcfcbc97d0467 (patch)
treea122a8ab3c197e99d1740f2dd2ff22732af6988c /cpukit/libblock/src/Makefile.am
parent2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-996a0385ef9e07e6b324501af55dcfcbc97d0467.tar.bz2
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Don't preinstall libblock.a.
Diffstat (limited to 'cpukit/libblock/src/Makefile.am')
-rw-r--r--cpukit/libblock/src/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/cpukit/libblock/src/Makefile.am b/cpukit/libblock/src/Makefile.am
index 9c1e45ad29..96d611491c 100644
--- a/cpukit/libblock/src/Makefile.am
+++ b/cpukit/libblock/src/Makefile.am
@@ -19,14 +19,9 @@ include $(top_srcdir)/../automake/lib.am
AM_CFLAGS += $(LIBC_DEFINES)
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
-
$(LIB): ${OBJS}
$(make-library)
-$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
- $(INSTALL_DATA) $< $@
-
-all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
+all-local: ${ARCH} $(LIB)
include $(top_srcdir)/../automake/local.am