From f103f86ec3247ff27e7cc23dfce5e426f385ed8c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Apr 2015 16:55:55 +0200 Subject: Take one on library linking --- build/dump.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/dump.cxx') diff --git a/build/dump.cxx b/build/dump.cxx index 6496598..9299a86 100644 --- a/build/dump.cxx +++ b/build/dump.cxx @@ -21,6 +21,8 @@ namespace build static void dump_target (ostream& os, const target& t) { + //@@ Need to print group info somehow. + os << t << ':'; for (const prerequisite_target& pe: t.prerequisites) -- cgit v1.1