No longer track value types for asm printer operands, and remove them as
[oota-llvm.git] / 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"