summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-02 00:10:52 +0000
committerChris Lattner <sabre@nondot.org>2005-08-02 00:10:52 +0000
commitb30c947ceb5dc216eaf5143f2fc2bea99c8b178c (patch)
tree8c1a7c6973dada3aca113e7b416acccd2a70f67b /llvm/utils
parent0545ae9ca4a48384916f5687f389351d956ef95e (diff)
downloadbcm5719-llvm-b30c947ceb5dc216eaf5143f2fc2bea99c8b178c.tar.gz
bcm5719-llvm-b30c947ceb5dc216eaf5143f2fc2bea99c8b178c.zip
make is the standard name, not gmake
llvm-svn: 22573
Diffstat (limited to 'llvm/utils')
-rwxr-xr-xllvm/utils/makellvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/makellvm b/llvm/utils/makellvm
index 037c995fac2..d84b6743ce9 100755
--- a/llvm/utils/makellvm
+++ b/llvm/utils/makellvm
@@ -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"
OpenPOWER on IntegriCloud