From 395a6409a3f65d7c3c395bf2adae1c0c8caa7c5b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 2 Aug 2006 08:14:51 +0000 Subject: Just a minor tweak to the build.conf file. --- build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.conf b/build.conf index f747ddf..7e54491 100644 --- a/build.conf +++ b/build.conf @@ -10,7 +10,7 @@ set CXXFLAGS += "-ggdb" set CXXFLAGS += "-Ilibbu++/src" set LDFLAGS += "-Llibbu++ -lbu++" -build requires src/libbu++/libbu++.a +build requires libbu++/libbu++.a /(.*)\.o$/ requires from command "g++ {CXXFLAGS} -M {re:1}.c*" -- cgit v1.2.3