summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres G. Aragoneses <knocte@gmail.com>2013-01-21 21:56:53 +0000
committerAndres G. Aragoneses <knocte@gmail.com>2013-01-21 21:56:53 +0000
commit15d6fddd1e10b93fef95ddea118701c7c6953c63 (patch)
tree6696fd23277bf6d4dc808a85e3c9a0242b6956de
parent3e6d7a1750f1bec55ec1e81f25cce7b91eb2372e (diff)
build: partially revert previous commit to fix the build
Apologies, 3e6d7a1750f1bec55ec1e81f25cce7b91eb2372e broke the build [1] so we need to restore what seems to be the only 4spaces occurrence in the makefiles. Don't ask me why it doesn't work with a tabs... [1] Making all in Banshee.AmazonMp3 GEN bamz /bin/bash: LINK: command not found make[4]: *** [bamz] Error 127 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
-rw-r--r--build/build.rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.rules.mk b/build/build.rules.mk
index aa37864d7..344b90fad 100644
--- a/build/build.rules.mk
+++ b/build/build.rules.mk
@@ -8,8 +8,8 @@ INSTALL_ICONS = $(top_srcdir)/build/private-icon-theme-installer "$(mkinstalldir
INSTALL_DIR_RESOLVED = $(firstword $(subst , $(DEFAULT_INSTALL_DIR), $(INSTALL_DIR)))
if ENABLE_TESTS
- LINK += " $(NUNIT_LIBS)"
- ENABLE_TESTS_FLAG = "-define:ENABLE_TESTS"
+ LINK += " $(NUNIT_LIBS)"
+ ENABLE_TESTS_FLAG = "-define:ENABLE_TESTS"
endif
FILTERED_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE))