summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-01-14 22:50:23 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-01-14 22:50:23 +0000
commit41681883895f928191cfa6472b453d9753cc26ec (patch)
tree54d0247f6e2d5d40e78ff06658bb60d458b4bd39 /Makefile
parent5a662dc06039959a7a12925c21abf9d2e233b618 (diff)
downloadcups-41681883895f928191cfa6472b453d9753cc26ec.tar.gz
Merge changes from CUPS 1.5svn-r8950.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1816 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 80df66875..9ccc12992 100644
--- a/Makefile
+++ b/Makefile
@@ -139,13 +139,13 @@ depend:
#
# Run the clang.llvm.org static code analysis tool on the C sources.
+# (at least checker-231 is required for scan-build to work this way)
#
.PHONY: clang
clang:
$(RM) -r clang
- scan-build -V -k -o `pwd`/clang $(MAKE) $(MFLAGS) \
- CC=ccc-analyzer CXX=ccc-analyzer clean all
+ scan-build -V -k -o `pwd`/clang $(MAKE) $(MFLAGS) clean all
#