diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-25 04:59:54 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-25 05:01:47 -0400 |
commit | 2899e3f852cdf1b2df2ad645f40e04df5511ec3b (patch) | |
tree | 058e4baf5d8a809a19599bde0c5dc981ac758b2a /lib/Makefile | |
parent | 2c8e7485a7aace4729ce2c46225d01315bd8aed2 (diff) | |
download | fork-ledger-2899e3f852cdf1b2df2ad645f40e04df5511ec3b.tar.gz fork-ledger-2899e3f852cdf1b2df2ad645f40e04df5511ec3b.tar.bz2 fork-ledger-2899e3f852cdf1b2df2ad645f40e04df5511ec3b.zip |
Build Boost before CPPUnit in lib/Makefile
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 709358df..6b46b422 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -47,4 +47,4 @@ cppunit-debug: cppunit-build: cppunit-release cppunit-debug -build-all: cppunit-build boost-build +build-all: boost-build cppunit-build |