]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Merge changes from CUPS 1.5svn-r8950.
[thirdparty/cups.git] / Makefile
index 80df66875bf466a81b2bfe01279b9907fe3d5fc5..9ccc129921f7da6ca68e8164366ffb51323043b8 100644 (file)
--- 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
 
 
 #