summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-30 02:42:34 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-30 02:42:34 +0000
commitc8264ef242aead8bfe21e660384979496485bcaa (patch)
tree49c4357c6612b6e184dbb52efeaefa40f65a24e6
parent29c137d8a068eba776c4eb26eb97339493ea7ecb (diff)
downloadbuildsystem-c8264ef242aead8bfe21e660384979496485bcaa.tar.gz
buildsystem-c8264ef242aead8bfe21e660384979496485bcaa.tar.bz2
It helps if you get your conditionals the right way round.
svn path=/trunk/tools/buildsystem/; revision=7652
-rw-r--r--makefiles/Makefile.top2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top
index 539447b..af2f525 100644
--- a/makefiles/Makefile.top
+++ b/makefiles/Makefile.top
@@ -156,7 +156,7 @@ SOURCES :=
# If we're performing static analysis, then override CC
ifeq ($(MAKECMDGOALS),scan)
# Only if it's not already ccc-analyzer
- ifeq ($(findstring ccc-analyzer,$(CC)),ccc-analyzer)
+ ifneq ($(findstring ccc-analyzer,$(CC)),ccc-analyzer)
# Need this in the environment
export CCC_CC := $(CC)
CC := build/llvm/ccc-analyzer