make is the standard name, not gmake

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22573 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-08-02 00:10:52 +00:00
parent e84d2066ce
commit e96e376833

View File

@ -127,7 +127,7 @@ if (! -d $BUILDROOT) then
endif
cd $BUILDROOT
set CMD = "gmake $GMAKE_OPTS && (cd $LLVMDIR/tools/$EXEC && gmake $GMAKE_OPTS)"
set CMD = "make $GMAKE_OPTS && (cd $LLVMDIR/tools/$EXEC && make $GMAKE_OPTS)"
if ($doit == 1) then
csh -f -c "$CMD"