diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-23 17:55:44 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-23 17:55:44 -0400 |
commit | b76df951248b4df7add8f1a3051f23a92904a8fd (patch) | |
tree | dde07b2e4cf73a8fc15a9681d937a512f7b67237 /lib/Makefile | |
parent | 8e50706d1ea96fea82d3c89ec6ccedbe2474a55f (diff) | |
download | fork-ledger-b76df951248b4df7add8f1a3051f23a92904a8fd.tar.gz fork-ledger-b76df951248b4df7add8f1a3051f23a92904a8fd.tar.bz2 fork-ledger-b76df951248b4df7add8f1a3051f23a92904a8fd.zip |
Removed gdtoa build from lib/Makefile. It's part of the overall system now.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/Makefile b/lib/Makefile index 4e806d31..b4db9369 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -9,7 +9,8 @@ STOW_ROOT = /usr/local/stow HERE = $(shell pwd) -all: boost-build cppunit-build # gdtoa +all: + @echo Making libraries... # architecture=combined boost-release: @@ -47,13 +48,3 @@ cppunit-debug: make install) cppunit-build: cppunit-release cppunit-debug - -gdtoa-debug: - (cd gdtoa; autoreconf; \ - ./configure CFLAGS="-g $(ARCH_CFLAGS)" \ - LDFLAGS="-g $(ARCH_LDFLAGS)" \ - --prefix=$(STOW_ROOT)/gdtoa \ - --disable-dependency-tracking && \ - make install) - -gdtoa-build: gdtoa-debug |