From d16af04313136c034f0ab52bb0fac41747a4ce8a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Jul 2002 05:43:53 +0000 Subject: 2002-07-04 Ralf Corsepius * wrapup/Makefile.am: Add $(LIB) to all-local. --- c/src/lib/libbsp/sh/shsim/ChangeLog | 4 ++++ c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/sh') diff --git a/c/src/lib/libbsp/sh/shsim/ChangeLog b/c/src/lib/libbsp/sh/shsim/ChangeLog index 4e85dd789f..9e6776fcc0 100644 --- a/c/src/lib/libbsp/sh/shsim/ChangeLog +++ b/c/src/lib/libbsp/sh/shsim/ChangeLog @@ -1,3 +1,7 @@ +2002-07-04 Ralf Corsepius + + * wrapup/Makefile.am: Add $(LIB) to all-local. + 2002-06-29 Ralf Corsepius * wrapup/Makefile.am: Remove preinstallation of libbsp.a, diff --git a/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am b/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am index b83173c491..5b5c6eb29f 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} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3