From 8e7d260c26c349daf16c3dd6410ece6a661229c3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 26 Jun 2002 15:28:42 +0000 Subject: 2002-06-26 Ralf Corsepius * wrapup/Makefile.am: Don't preinstall libfs.a. --- c/src/exec/libfs/ChangeLog | 4 ++++ c/src/exec/libfs/wrapup/Makefile.am | 8 +------- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'c/src') diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog index 0d04cb69a7..f2e9472625 100644 --- a/c/src/exec/libfs/ChangeLog +++ b/c/src/exec/libfs/ChangeLog @@ -1,3 +1,7 @@ +2002-06-26 Ralf Corsepius + + * wrapup/Makefile.am: Don't preinstall libfs.a. + 2002-06-17 Ralf Corsepius * src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am. diff --git a/c/src/exec/libfs/wrapup/Makefile.am b/c/src/exec/libfs/wrapup/Makefile.am index 55a6098fc1..87f159d62d 100644 --- a/c/src/exec/libfs/wrapup/Makefile.am +++ b/c/src/exec/libfs/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - LIBNAME = libfs LIB = $(ARCH)/$(LIBNAME).a @@ -18,9 +17,6 @@ endif TMP_LIBS = $(IMFSLIB) $(DOSFSLIB) -$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB) - $(INSTALL_DATA) $< $@ - # # (OPTIONAL) Add local stuff here using += # @@ -33,9 +29,7 @@ $(LIB): $(TMP_LIBS) $(AR) ruv $@ $(ARCH)/* $(RANLIB) $@ -TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a - -all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(LIB) .PRECIOUS: $(LIB) -- cgit v1.2.3