Makefile changes to compile thinkg in place.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3496 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-12-20 21:27:47 +00:00
parent 8770184504
commit 3d949ca12d
259 changed files with 620 additions and 753 deletions

View file

@ -662,7 +662,7 @@ case "$target_cpu" in
sparc*) host_cpu=sparc;;
esac
if test -d $host_cpu
if test -d $host_cpu -a "`echo $host_cpu/*`" != "$host_cpu/*"
then
my_dir=$host_cpu
else
@ -676,6 +676,7 @@ fi
if test -f $my_dir/$target_os
then
my_path=$my_dir/$target_os
echo Using information from $my_path.
else
echo '*************** Warning ****************'
echo The 'mframe' software has not been ported to $target_cpu-$target_os.