From 2984cf1bc7f5f4174c069f72826f0f304966ac3a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 3 Jul 2002 20:16:01 +0000 Subject: 2002-07-03 Ralf Corsepius * Makefile.am: explicitly create $(ARCH) when building $(LIB). Add bsplib_DATA = $(LIB). --- c/src/wrapup/ChangeLog | 5 +++++ c/src/wrapup/Makefile.am | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/c/src/wrapup/ChangeLog b/c/src/wrapup/ChangeLog index 53b4916e69..8922eaade9 100644 --- a/c/src/wrapup/ChangeLog +++ b/c/src/wrapup/ChangeLog @@ -1,3 +1,8 @@ +2002-07-03 Ralf Corsepius + + * Makefile.am: explicitly create $(ARCH) when building $(LIB). + Add bsplib_DATA = $(LIB). + 2002-06-30 Ralf Corsepius * Makefile.am: Pickup libbsp.a from build directory. diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am index d0f4a97b08..edc5ce81fa 100644 --- a/c/src/wrapup/Makefile.am +++ b/c/src/wrapup/Makefile.am @@ -39,6 +39,7 @@ all-local: $(ARCH) $(TMPINSTALL_FILES) $(LIB): $(SRCS) rm -f $@ rm -rf $(ARCH)/* + test -d $(ARCH) || mkdir $(ARCH) for f in $(SRCS); do \ case $$f in \ *.o | *.rel) \ @@ -66,4 +67,7 @@ $(LIB): $(SRCS) rm -f $(ARCH)/* $(RANLIB) $@ +bsplibdir = $(libdir)/@RTEMS_BSP@/lib +bsplib_DATA = $(LIB) + include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3