1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

make is the standard name, not gmake

llvm-svn: 22573
This commit is contained in:
Chris Lattner 2005-08-02 00:10:52 +00:00
parent 367080bfc2
commit 26a5b85cf6

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"