forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user