Removed an erroneous @ symbol.
This commit is contained in:
parent
345350c603
commit
f826854a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ ledger.so: $(ledger_so_SOURCES) $(ledger_so_DEPENDENCIES)
|
||||||
ARCHFLAGS="$(ARCHFLAGS)" PYLIBS="$(PYLIBS)" \
|
ARCHFLAGS="$(ARCHFLAGS)" PYLIBS="$(PYLIBS)" \
|
||||||
$(PYTHON) python/setup.py build \
|
$(PYTHON) python/setup.py build \
|
||||||
--build-lib=$$BUILD_DIR/ --build-temp=$$BUILD_DIR/build -f); \
|
--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 \
|
growlnotify -n make -a /Applications/Utilities/Terminal.app \
|
||||||
-m "Build in $$BUILD_DIR completed" Ledger
|
-m "Build in $$BUILD_DIR completed" Ledger
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue