From a7c1897395cec89292cdbd349088d41f1f7d13b4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 26 Jun 2002 12:52:38 +0000 Subject: 2002-06-26 Ralf Corsepius * configure.ac: Remove references to RTEMS_BSP. * src/Makefile.am: Add libposix.a. --- c/src/exec/posix/src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/exec/posix/src/Makefile.am') diff --git a/c/src/exec/posix/src/Makefile.am b/c/src/exec/posix/src/Makefile.am index 2bf552dc76..5acf82d323 100644 --- a/c/src/exec/posix/src/Makefile.am +++ b/c/src/exec/posix/src/Makefile.am @@ -2,6 +2,7 @@ ## $Id$ ## +LIB=$(ARCH)/libposix.a INCLUDES = -I. @@ -96,7 +97,10 @@ include $(top_srcdir)/../automake/lib.am AM_CPPFLAGS += -D__RTEMS_INSIDE__ -all-local: ${ARCH} ${OBJS} +all-local: ${ARCH} $(LIB) + +$(LIB): ${OBJS} + $(make-library) # temporary so we can see how many things are left to implement not: -- cgit v1.2.3