mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 08:37:57 +08:00
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:
@@ -1,3 +1,8 @@
|
||||
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).
|
||||
|
||||
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Remove libmisc.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user