From 89ea9c8401d9e1b79977c6556b81b2eb4159ef59 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 11:37:25 +0200 Subject: Move process from build2 to libbutl --- build/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/buildfile') diff --git a/build/buildfile b/build/buildfile index 7d3a32a..8b4cb84 100644 --- a/build/buildfile +++ b/build/buildfile @@ -5,8 +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 process timestamp path path-io utility filesystem dump options \ + prerequisite rule file module context search diagnostics token \ + lexer parser timestamp path path-io utility filesystem dump options \ $config $bin $cxx} $libs #@@ TODO -- cgit v1.1