I made a stupid mistake when adding support for -use-gmake. ~PJ

llvm-svn: 29321
This commit is contained in:
Patrick Jenkins 2006-07-27 01:24:35 +00:00
parent 10d0e34001
commit 9f5ea5dc5a
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
$MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next;
}
if (/^-use-gmake/) {
$MAKECMD = "ARGV[0]"; shift; next;
$MAKECMD = "gmake"; shift; next;
}
if (/^-extraflags/) {
$PROGTESTOPTS .= " EXTRA_FLAGS=\'$ARGV[0]\'"; shift; next;