mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-31 17:31:24 +00:00
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:
parent
5223526bb6
commit
6b61116bd6
1 changed files with 0 additions and 6 deletions
|
@ -96,12 +96,6 @@ if [ ! -d $DIR ]; then
|
||||||
fi
|
fi
|
||||||
cd $DIR
|
cd $DIR
|
||||||
DIR=`pwd`
|
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" ]
|
if [ ! "$MAKE_CMD" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue