summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-13 04:15:09 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-13 04:15:09 -0400
commit24d85a35e285804e2ce7a1885a29fb73b38c9604 (patch)
tree5c374fd515720304339dd0ee7428890be08121d8
parent431edefffd580e4ff76806eef58e407da7eebfbf (diff)
downloadfork-ledger-24d85a35e285804e2ce7a1885a29fb73b38c9604.tar.gz
fork-ledger-24d85a35e285804e2ce7a1885a29fb73b38c9604.tar.bz2
fork-ledger-24d85a35e285804e2ce7a1885a29fb73b38c9604.zip
Removed use of growlnotify.
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index c491aa1c..3053e58f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -219,10 +219,7 @@ ledger.so: $(ledger_so_SOURCES) $(ledger_so_DEPENDENCIES)
LDFLAGS="$(LDFLAGS) -L$$BUILD_DIR -L$$BUILD_DIR/.libs" \
ARCHFLAGS="$(ARCHFLAGS)" PYLIBS="$(PYLIBS)" \
$(PYTHON) python/setup.py build \
- --build-lib=$$BUILD_DIR/ --build-temp=$$BUILD_DIR/build -f); \
- test ! -x $(HOME)/bin/growlnotify || \
- growlnotify -n make -a /Applications/Utilities/Terminal.app \
- -m "Build in $$BUILD_DIR completed" Ledger
+ --build-lib=$$BUILD_DIR/ --build-temp=$$BUILD_DIR/build -f)
endif