Fix the declaration

This commit is contained in:
Sylvestre Ledru 2013-09-30 14:44:21 +00:00
parent 0c8aea3361
commit e724ce14e4

2
debian/rules vendored
View File

@ -131,7 +131,7 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
readlink compiler-rt
# Configure coverity (we need the compilers)
if test "$COVERITY_ENABLE" == "1"; then \
if test "$(COVERITY_ENABLE)" == "1"; then \
export PATH=$$PATH:/opt/cov-analysis/bin/; \
cov-configure --compiler clang --comptype gcc; \
cov-configure --compiler gcc-4.8 --comptype gcc; \