From a82cdb8fd9ba02034d296769772cdf81244da66a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Apr 2015 13:01:46 +0200 Subject: Automatically decide when to print relative/absolute paths --- build/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/buildfile') diff --git a/build/buildfile b/build/buildfile index 35b4434..b3dfb4a 100644 --- a/build/buildfile +++ b/build/buildfile @@ -2,8 +2,8 @@ cxx = cxx/{target rule module} config = config/{operation module} exe{b b-prev}: cxx{b algorithm name operation spec scope variable target \ - prerequisite rule file module native context search diagnostics \ - token lexer parser process timestamp path utility filesystem dump \ + prerequisite rule file module native context search diagnostics token \ + lexer parser process timestamp path path-io utility filesystem dump \ options $config $cxx} .: exe{b b-prev} -- cgit v1.1