We should really just call make and not make all

This commit is contained in:
Andy Cedilnik 2003-04-07 12:20:08 -04:00
parent a56ddb5823
commit b2e2c29d97
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ int do_cmaketest (int argc, char **argv)
}
// now build
makeCommand += " all";
}
std::cout << "Running make command: " << makeCommand.c_str() << " ...\n";