summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-23 17:55:44 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-23 17:55:44 -0400
commitb76df951248b4df7add8f1a3051f23a92904a8fd (patch)
treedde07b2e4cf73a8fc15a9681d937a512f7b67237 /lib
parent8e50706d1ea96fea82d3c89ec6ccedbe2474a55f (diff)
downloadfork-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')
-rw-r--r--lib/Makefile13
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