From 996a0385ef9e07e6b324501af55dcfcbc97d0467 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 26 Jun 2002 15:24:02 +0000 Subject: 2002-06-26 Ralf Corsepius * src/Makefile.am: Don't preinstall libblock.a. --- c/src/exec/libblock/ChangeLog | 4 ++++ c/src/exec/libblock/src/Makefile.am | 7 +------ 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'c/src/exec/libblock') diff --git a/c/src/exec/libblock/ChangeLog b/c/src/exec/libblock/ChangeLog index c415156308..811be00d13 100644 --- a/c/src/exec/libblock/ChangeLog +++ b/c/src/exec/libblock/ChangeLog @@ -1,3 +1,7 @@ +2002-06-26 Ralf Corsepius + + * src/Makefile.am: Don't preinstall libblock.a. + 2002-06-18 Ralf Corsepius * Makefile.am: Merge-in include/Makefile.am. diff --git a/c/src/exec/libblock/src/Makefile.am b/c/src/exec/libblock/src/Makefile.am index 9c1e45ad29..96d611491c 100644 --- a/c/src/exec/libblock/src/Makefile.am +++ b/c/src/exec/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 -- cgit v1.2.3