mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
8770184504
commit
3d949ca12d
259 changed files with 620 additions and 753 deletions
3
Source/mframe/configure
vendored
3
Source/mframe/configure
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue