From 24d85a35e285804e2ce7a1885a29fb73b38c9604 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 13 Aug 2008 04:15:09 -0400 Subject: [PATCH] Removed use of growlnotify. --- Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 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