summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-10 18:10:52 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-10 18:10:52 -0400
commitf826854a1ab1e38b5a6d21f582a40811581e49b2 (patch)
tree426dde343da80da2661d6784303eb2c598053e5f
parent345350c603027f8f97d24ddbc5933a3caafd5a90 (diff)
downloadledger-f826854a1ab1e38b5a6d21f582a40811581e49b2.tar.gz
ledger-f826854a1ab1e38b5a6d21f582a40811581e49b2.tar.bz2
ledger-f826854a1ab1e38b5a6d21f582a40811581e49b2.zip
Removed an erroneous @ symbol.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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