From 445c0a0629f376002e813d51f587ff9e30779943 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Jul 2002 08:56:18 +0000 Subject: 2002-07-04 Ralf Corsepius * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local. --- c/src/lib/libbsp/sh/gensh1/ChangeLog | 5 +++++ c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh2/ChangeLog | 5 +++++ c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh4/ChangeLog | 5 +++++ c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am | 2 +- c/src/lib/libbsp/sh/shsim/ChangeLog | 5 +++++ c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am | 2 +- c/src/lib/libbsp/sh/simsh4/ChangeLog | 5 +++++ c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am | 2 +- 10 files changed, 30 insertions(+), 5 deletions(-) (limited to 'c/src/lib/libbsp/sh') diff --git a/c/src/lib/libbsp/sh/gensh1/ChangeLog b/c/src/lib/libbsp/sh/gensh1/ChangeLog index 91f6c3ec52..d97e4e1cdd 100644 --- a/c/src/lib/libbsp/sh/gensh1/ChangeLog +++ b/c/src/lib/libbsp/sh/gensh1/ChangeLog @@ -1,3 +1,8 @@ +2002-07-04 Ralf Corsepius + + * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. + Remove $(OBJS) from all-local. + 2002-06-29 Ralf Corsepius * wrapup/Makefile.am: Remove preinstallation of libbsp.a, diff --git a/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am index 6584945e8a..2227c697ba 100644 --- a/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am @@ -26,6 +26,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am $(LIB): $(OBJS) $(make-library) -all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(LIB) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/sh/gensh2/ChangeLog b/c/src/lib/libbsp/sh/gensh2/ChangeLog index a9910d33db..0d020cba17 100644 --- a/c/src/lib/libbsp/sh/gensh2/ChangeLog +++ b/c/src/lib/libbsp/sh/gensh2/ChangeLog @@ -1,3 +1,8 @@ +2002-07-04 Ralf Corsepius + + * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. + Remove $(OBJS) from all-local. + 2002-06-29 Ralf Corsepius * wrapup/Makefile.am: Remove preinstallation of libbsp.a, diff --git a/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am index 956291f20a..bdd2aa4bb6 100644 --- a/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am @@ -26,6 +26,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am $(LIB): $(OBJS) $(make-library) -all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(LIB) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/sh/gensh4/ChangeLog b/c/src/lib/libbsp/sh/gensh4/ChangeLog index 76ed38aedb..e2ef660ea5 100644 --- a/c/src/lib/libbsp/sh/gensh4/ChangeLog +++ b/c/src/lib/libbsp/sh/gensh4/ChangeLog @@ -1,3 +1,8 @@ +2002-07-04 Ralf Corsepius + + * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. + Remove $(OBJS) from all-local. + 2002-06-29 Ralf Corsepius * wrapup/Makefile.am: Remove preinstallation of libbsp.a, diff --git a/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am index c33679f4bf..b0b6a377da 100644 --- a/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am @@ -26,6 +26,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am $(LIB): $(OBJS) $(make-library) -all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(LIB) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/sh/shsim/ChangeLog b/c/src/lib/libbsp/sh/shsim/ChangeLog index 9e6776fcc0..23bb4bbc1e 100644 --- a/c/src/lib/libbsp/sh/shsim/ChangeLog +++ b/c/src/lib/libbsp/sh/shsim/ChangeLog @@ -1,3 +1,8 @@ +2002-07-04 Ralf Corsepius + + * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. + Remove $(OBJS) from all-local. + 2002-07-04 Ralf Corsepius * wrapup/Makefile.am: Add $(LIB) to all-local. diff --git a/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am b/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am index 5b5c6eb29f..fb75f6c0ba 100644 --- a/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am +++ b/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am @@ -25,6 +25,6 @@ LIB = $(ARCH)/libbsp.a $(LIB): ${OBJS} $(make-library) -all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(LIB) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/sh/simsh4/ChangeLog b/c/src/lib/libbsp/sh/simsh4/ChangeLog index 662792bf2e..2a7dd79949 100644 --- a/c/src/lib/libbsp/sh/simsh4/ChangeLog +++ b/c/src/lib/libbsp/sh/simsh4/ChangeLog @@ -1,3 +1,8 @@ +2002-07-04 Ralf Corsepius + + * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. + Remove $(OBJS) from all-local. + 2002-06-29 Ralf Corsepius * wrapup/Makefile.am: Remove preinstallation of libbsp.a, diff --git a/c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am b/c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am index deaf9a1672..3b3ac2e698 100644 --- a/c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am +++ b/c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am @@ -29,6 +29,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am $(LIB): $(OBJS) $(make-library) -all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(LIB) include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3