From c05edee950413550a53a8041382aa019a393beca Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 26 Oct 2000 12:59:11 +0000 Subject: 2000-10-26 Ralf Corsepius * configure.in: add lib to the GNU canonicalized subdirectories, make the lib directory before configuring lib/. --- c/src/ChangeLog | 5 +++++ c/src/configure.in | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 3072ebc390..4dd8f895a7 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,8 @@ +2000-10-26 Ralf Corsepius + + * configure.in: add lib to the GNU canonicalized subdirectories, + make the lib directory before configuring lib/. + 2000-10-25 Ralf Corsepius * configure.in, Makefile.am: add exec to the GNU canonicalized diff --git a/c/src/configure.in b/c/src/configure.in index 1de90c394a..493f47e4b9 100644 --- a/c/src/configure.in +++ b/c/src/configure.in @@ -31,7 +31,7 @@ cfg_subdirs1="make" if test x"$multilib" = x"no"; then hst_subdirs1="$hst_subdirs1 exec" fi -cfg_subdirs="$cfg_subdirs lib" +hst_subdirs1="$hst_subdirs1 lib" cfg_subdirs="$cfg_subdirs lib/libcpu lib/libbsp" hst_subdirs="libfs" hst_subdirs="$hst_subdirs libmisc" @@ -78,7 +78,8 @@ RTEMS_CANONICALIZE_TOOLS # Explicitly list all Makefiles here AC_OUTPUT( Makefile -wrapup/Makefile +wrapup/Makefile,, +test -d lib || mkdir lib ) RTEMS_OUTPUT_HOST_SUBDIRS(RTEMS_HOST_SUBDIRS) -- cgit v1.2.3