summaryrefslogtreecommitdiffstats
path: root/Source/cmaketest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r--Source/cmaketest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx
index 0c99135..d462f7d 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";