summaryrefslogtreecommitdiff
path: root/utils/makellvm
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
commite96e37683375c8a161975e1d263a6c972a6a3d29 (patch)
treeaa297d37c1a46843cb1acbc2e108b6ad103b788d /utils/makellvm
parente84d2066ce4a0d3e753e3171333a69f4081dcd56 (diff)
downloadllvm-e96e37683375c8a161975e1d263a6c972a6a3d29.tar.gz
llvm-e96e37683375c8a161975e1d263a6c972a6a3d29.tar.bz2
llvm-e96e37683375c8a161975e1d263a6c972a6a3d29.tar.xz
make is the standard name, not gmake
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22573 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/makellvm')
-rwxr-xr-xutils/makellvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makellvm b/utils/makellvm
index 037c995fac..d84b6743ce 100755
--- a/utils/makellvm
+++ b/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"