From 35b22754c2772843c7ccf9818a86d5dc1d36efe8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 09:17:40 +0000 Subject: 2002-07-22 Ralf Corsepius * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING. * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all compilation rules (Work-around to an automake bug). * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to make-library. --- aclocal/bsp-configure.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aclocal') diff --git a/aclocal/bsp-configure.m4 b/aclocal/bsp-configure.m4 index 9959621799..71a41a2083 100644 --- a/aclocal/bsp-configure.m4 +++ b/aclocal/bsp-configure.m4 @@ -14,4 +14,6 @@ AC_DEFUN([RTEMS_BSP_CONFIGURE], RTEMS_CANONICAL_HOST AM_CONFIG_HEADER([include/bspopts.h]) RTEMS_PROJECT_ROOT + + RTEMS_CHECK_MULTIPROCESSING ]) -- cgit v1.2.3