remove bogus check

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32122 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-02-13 06:01:31 +00:00
parent 5223526bb6
commit 6b61116bd6

View file

@ -96,12 +96,6 @@ if [ ! -d $DIR ]; then
fi
cd $DIR
DIR=`pwd`
# Check that we are not in the top level ... where creating a GNUmakefile
# would trash an existing makefile.
if [ -f GNUmakefile ]; then
echo "Unable to proceed ... a GNUmakefile already exists"
exit 1
fi
if [ ! "$MAKE_CMD" ]
then