aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2012-11-19 19:53:29 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2012-11-19 19:53:29 +0000
commitc8620e478245db235a5d1e11750f07a92e4e10a9 (patch)
tree3a80ff920231eed89a75e06cbd0d488639cb4d65 /Makefile.in
parent4a25c4695d4bcf0673fd52a0bb7fe0722fe3815c (diff)
downloadswig-c8620e478245db235a5d1e11750f07a92e4e10a9.tar.gz
Fix some Coverity submission failures
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13919 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0e79a77da..eb3ec02b2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -533,6 +533,7 @@ EMAIL=wsf@fultondesigns.co.uk
PASSWORD=
coverity:
$(MAKE) clean-source
+ rm -rf cov-int
cov-build --dir cov-int $(MAKE)
tar czvf swig-coverity.tgz cov-int
curl --form file=@swig-coverity.tgz --form project=swig --form password=$(PASSWORD) --form email=$(EMAIL) http://scan5.coverity.com/cgi-bin/upload.py