From 80defac55a44ea4a62c0e6e96b17329542ef622c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 30 Jun 2002 06:05:34 +0000 Subject: 2002-06-29 Ralf Corsepius * wrapup/Makefile.am: Remove preinstallation of libbsp.a, --- c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog | 4 ++++ c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.am | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libbsp/no_cpu') diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog b/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog index ca0a4f715a..0d1fd989dc 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog +++ b/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Ralf Corsepius + + * wrapup/Makefile.am: Remove preinstallation of libbsp.a, + 2002-03-27 Ralf Corsepius * configure.ac: diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.am index 1d582c5565..9de27c6e05 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.am +++ b/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - if HAS_MP GENERIC_MP_REL_FILES = shmdr endif @@ -30,13 +29,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am $(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 -- cgit v1.2.3