automake: get in-tree `make distclean' working again.
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 8 Jun 2016 14:36:18 +0000 (15:36 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 13 Jun 2016 14:24:44 +0000 (15:24 +0100)
commit8229fe68b5d19c4aaf674474300319b5f69260b7
tree59b62d719f52327935622e718f1aca6185341da4
parentace70aedcf8b29380a17f68a994b18f60976bca6
automake: get in-tree `make distclean' working again.

With earlier commit we've handled the `make distclean' out of tree
build, yet we failed to attribute that for in-tree builds the test
condition will return 1. Thus effectively the target will be considered
as "failed".

Fixes: b7f7ec78435 ("mesa: automake: distclean git_sha1.h when building
OOT")
Cc: <mesa-stable@lists.freedesktop.org>
Tested-by: Andy Furniss <adf.lists@gmail.com>
Reported-by: Andy Furniss <adf.lists@gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/Makefile.am