Make "make -C test clean" idempotent
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 5 Aug 2011 12:16:47 +0000 (13:16 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 21 Sep 2011 10:25:48 +0000 (11:25 +0100)
commit14ed371845c50aa8fe5849c373ca2c65e96ec153
tree1b752a270ea39291f720dce3cd9ac48c7d2b99c2
parent9708294c052820e7914025d7bae6d29b37cd9298
Make "make -C test clean" idempotent

Previously, it'd fail when done twice, because you can't rmdir a
nonexistent directory.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40004
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
test/Makefile.am