make is the standard name, not gmake
authorChris Lattner <sabre@nondot.org>
Tue, 2 Aug 2005 00:10:52 +0000 (00:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Aug 2005 00:10:52 +0000 (00:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22573 91177308-0d34-0410-b5e6-96231b3b80d8

utils/makellvm

index 037c995fac2fa249b4df1db8a8ec5df4dc56017d..d84b6743ce96a33af5d02841721ac8a7aead41fd 100755 (executable)
@@ -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"