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/hppa1.1/simhppa/ChangeLog | 5 +++++ c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog index 00fe0ae379..5cfde62bd6 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog +++ b/c/src/lib/libbsp/hppa1.1/simhppa/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/hppa1.1/simhppa/wrapup/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am index 82aa7f77b8..e689125dc2 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am @@ -33,6 +33,6 @@ LIB = $(ARCH)/libbsp.a $(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