From f826854a1ab1e38b5a6d21f582a40811581e49b2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 10 Aug 2008 18:10:52 -0400 Subject: [PATCH] Removed an erroneous @ symbol. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 949cf24f..0b8fcfbc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -218,7 +218,7 @@ ledger.so: $(ledger_so_SOURCES) $(ledger_so_DEPENDENCIES) ARCHFLAGS="$(ARCHFLAGS)" PYLIBS="$(PYLIBS)" \ $(PYTHON) python/setup.py build \ --build-lib=$$BUILD_DIR/ --build-temp=$$BUILD_DIR/build -f); \ - @test ! -x $(HOME)/bin/growlnotify || \ + test ! -x $(HOME)/bin/growlnotify || \ growlnotify -n make -a /Applications/Utilities/Terminal.app \ -m "Build in $$BUILD_DIR completed" Ledger