From b2e2c29d97ad6c185ff775328fbc1268b5427920 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 7 Apr 2003 12:20:08 -0400 Subject: [PATCH] We should really just call make and not make all --- Source/cmaketest.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx index 0c99135d3..d462f7d30 100644 --- a/Source/cmaketest.cxx +++ b/Source/cmaketest.cxx @@ -223,7 +223,6 @@ int do_cmaketest (int argc, char **argv) } // now build - makeCommand += " all"; } std::cout << "Running make command: " << makeCommand.c_str() << " ...\n";