From 63e7a4a77cb8ceed7b42561fe3202b0b48d86db6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 14:41:45 +0200 Subject: Move path and filesystem from build2 to libbutl --- build/buildfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build/buildfile') diff --git a/build/buildfile b/build/buildfile index 8b4cb84..4cb9c59 100644 --- a/build/buildfile +++ b/build/buildfile @@ -5,9 +5,8 @@ bin = bin/{target rule module} cxx = cxx/{target rule module} exe{b}: cxx{b algorithm name operation spec scope variable target \ - prerequisite rule file module context search diagnostics token \ - lexer parser timestamp path path-io utility filesystem dump options \ - $config $bin $cxx} $libs + prerequisite rule file module context search diagnostics token \ + lexer parser path-io utility dump options $config $bin $cxx} $libs #@@ TODO # -- cgit v1.1