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/.
This commit is contained in:
Joel Sherrill
2000-10-26 12:59:11 +00:00
parent 5582de17d6
commit c05edee950
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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)