summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-26 12:59:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-26 12:59:11 +0000
commitc05edee950413550a53a8041382aa019a393beca (patch)
treefeedd466ec6b9882df98bfdfa96dd4099a74cd0e
parent2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c05edee950413550a53a8041382aa019a393beca.tar.bz2
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add lib to the GNU canonicalized subdirectories, make the lib directory before configuring lib/.
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/configure.in5
2 files changed, 8 insertions, 2 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: add lib to the GNU canonicalized subdirectories,
+ make the lib directory before configuring lib/.
+
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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)