git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32215 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-02-19 05:34:28 +00:00
parent 40209c3392
commit a606416c05

View file

@ -46,6 +46,8 @@ do
shift
done
if test x"$BASH_VERSION" = x
then
# In some shells the builtin test command actually only implements a subset
# of the normally expected functionality (or is partially broken), so we
# define a function to call a real program to do the job.
@ -53,6 +55,7 @@ test()
{
/bin/test $@
}
fi
if test x$1 = x
then
@ -127,7 +130,7 @@ fi
NAME=`basename $1`
if test ! -f IGNORE ]
if test ! -f IGNORE
then
# remove any leftover makefile from a previous test