build: ensure we do not fail clean if check-results.xml does not exist
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 4 Sep 2015 12:57:50 +0000 (14:57 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 4 Sep 2015 12:59:08 +0000 (14:59 +0200)
commit52755c7874cb4d69d7ba4ad073df3a6c4bb281eb
tree6c9e01a0d06e36e6d0c26dd472818f611c6db1b5
parenta501148a2f0773d68ed6a8305ce4e5fd6dbc6afd
build: ensure we do not fail clean if check-results.xml does not exist

If we did not run make check this file would not exist and a clean would
fail over it. Using -f ignores this case.
legacy/elementary/Makefile.am