From ce8a94e6a76097ef7eeb34df4257991a20599712 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Jan 2015 11:39:21 +0200 Subject: Track file extension in target, prerequisite --- build/buildfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build/buildfile') diff --git a/build/buildfile b/build/buildfile index 3afe19b..73f2e91 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,5 +1,6 @@ exe{b1}: obj{b algorithm scope parser lexer trace target prerequisite rule \ - native context diagnostics cxx/target cxx/rule process timestamp path} + native context diagnostics cxx/target cxx/rule process timestamp path \ + utility} obj{b}: cxx{b} obj{algorithm}: cxx{algorithm} @@ -18,3 +19,4 @@ obj{cxx/rule}: cxx{cxx/rule} obj{process}: cxx{process} obj{timestamp}: cxx{timestamp} obj{path}: cxx{path} +obj{utility}: cxx{utility} -- cgit v1.1