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/h8300/h8sim/wrapup/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am') diff --git a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am index cbdfd056bc..617da392ef 100644 --- a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am +++ b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am @@ -21,6 +21,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