From 131814fad0d1391507891bfb425f59dc57a3c1ec Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Dec 2002 12:49:49 +0000 Subject: 2002-12-12 Ralf Corsepius * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a. Let all-local: depend on $(LIB). --- c/src/wrapup/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'c/src/wrapup') diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am index f89b794c8f..5fe97715a4 100644 --- a/c/src/wrapup/Makefile.am +++ b/c/src/wrapup/Makefile.am @@ -36,7 +36,7 @@ SRCS = $(LIBBSP) $(LIBNETWORKING) $(LIBRDBG) \ TMPINSTALL_FILES += $(LIB) -all-local: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES) $(LIB): $(SRCS) rm -f $@ @@ -69,6 +69,8 @@ $(LIB): $(SRCS) rm -f $(ARCH)/* $(RANLIB) $@ -bsplib_DATA = $(LIB) +install-data-local: + @$(mkinstalldirs) $(DESTDIR)$(bsplibdir) + $(INSTALL_DATA) $(LIB) $(DESTDIR)$(bsplibdir) include $(top_srcdir)/../../automake/local.am -- cgit v1.2.3