2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
	Let all-local: depend on $(LIB).
This commit is contained in:
Ralf Corsepius
2002-12-12 12:49:49 +00:00
parent dd695d81b6
commit 131814fad0
2 changed files with 9 additions and 2 deletions

View File

@@ -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