From d3e624ef7c0fb274e62b81c4c7bd59640770520a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Jan 2015 15:03:39 +0200 Subject: Rename 'bd' to 'b' What the heck, let's be bold, right? --- build/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/buildfile') diff --git a/build/buildfile b/build/buildfile index 8bd80b7..88ea4d6 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,7 +1,7 @@ -exe{bd1}: obj{bd algorithm scope parser lexer target prerequisite rule \ +exe{b1}: obj{b algorithm scope parser lexer target prerequisite rule \ native context cxx/target cxx/rule process timestamp path} -obj{bd}: cxx{bd} +obj{b}: cxx{b} obj{algorithm}: cxx{algorithm} obj{scope}: cxx{scope} obj{parser}: cxx{parser} -- cgit v1.1