summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 695b11e9c..c6bacff31 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -231,7 +231,7 @@ cppcheck: clean
231 cppcheck --force --error-exitcode=1 --enable=warning,performance . 231 cppcheck --force --error-exitcode=1 --enable=warning,performance .
232 232
233scan-build: clean 233scan-build: clean
234 scan-build make 234 NO_EXTRA_CFLAGS="yes" scan-build make
235 235
236 236
237# 237#