diff options
author | msweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2010-01-14 22:50:23 +0000 |
---|---|---|
committer | msweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2010-01-14 22:50:23 +0000 |
commit | 41681883895f928191cfa6472b453d9753cc26ec (patch) | |
tree | 54d0247f6e2d5d40e78ff06658bb60d458b4bd39 /Makefile | |
parent | 5a662dc06039959a7a12925c21abf9d2e233b618 (diff) | |
download | cups-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 # |