summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-28 16:16:16 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-28 16:16:16 +0000
commit73a89e8a0faad46430abf4c85e52be7a01865fb4 (patch)
tree4526e8a1e5c001f396bd2721db524ec7f3189f5e /Makefile
parent2730814c279ab21e44bf8a9892ee2db3154f61a9 (diff)
downloadnetsurf-73a89e8a0faad46430abf4c85e52be7a01865fb4.tar.gz
netsurf-73a89e8a0faad46430abf4c85e52be7a01865fb4.tar.bz2
Lose redundant variable.
Ensure name_t is used in tree_delete_node_internal() svn path=/trunk/netsurf/; revision=7609
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e407d1135..17f5cce13 100644
--- a/Makefile
+++ b/Makefile
@@ -162,6 +162,10 @@ else
endif
endif
+# Hackiness for scan-build
+export CCC_CC := $(CC)
+CC := /home/jmb/llvm/tools/clang/utils/ccc-analyzer
+
OBJROOT = build-$(HOST)-$(TARGET)$(SUBTARGET)
# ----------------------------------------------------------------------------