2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: add lib/libcpu to the GNU canonicalized subdirectories,
This commit is contained in:
Joel Sherrill
2000-10-26 13:05:34 +00:00
parent d82c00623c
commit a6eabdb6b9
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add lib/libcpu to the GNU canonicalized subdirectories,
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add lib to the GNU canonicalized subdirectories, * configure.in: add lib to the GNU canonicalized subdirectories,

View File

@@ -31,8 +31,8 @@ cfg_subdirs1="make"
if test x"$multilib" = x"no"; then if test x"$multilib" = x"no"; then
hst_subdirs1="$hst_subdirs1 exec" hst_subdirs1="$hst_subdirs1 exec"
fi fi
hst_subdirs1="$hst_subdirs1 lib" hst_subdirs1="$hst_subdirs1 lib lib/libcpu"
cfg_subdirs="$cfg_subdirs lib/libcpu lib/libbsp" cfg_subdirs="$cfg_subdirs lib/libbsp"
hst_subdirs="libfs" hst_subdirs="libfs"
hst_subdirs="$hst_subdirs libmisc" hst_subdirs="$hst_subdirs libmisc"