commit | e96e37683375c8a161975e1d263a6c972a6a3d29 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Aug 02 00:10:52 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Aug 02 00:10:52 2005 +0000 |
tree | aa297d37c1a46843cb1acbc2e108b6ad103b788d | |
parent | e84d2066ce4a0d3e753e3171333a69f4081dcd56 [diff] [blame] |
make is the standard name, not gmake git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22573 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/makellvm b/utils/makellvm index 037c995..d84b674 100755 --- a/utils/makellvm +++ b/utils/makellvm
@@ -127,7 +127,7 @@ 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"