summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2016-01-20 13:30:07 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2016-01-20 13:30:07 +0900
commit4b87be94e4e515c0437ec3f6a7f0dc93f2e5a3fc (patch)
treef6a09e7fac77883ad24962289f355f8cb8613006
parent350140e2db5af88c05a4de8a13ce0589c057424e (diff)
downloadibus-4b87be94e4e515c0437ec3f6a7f0dc93f2e5a3fc.tar.gz
Release 1.5.12 (#2)1.5.12
Fix a build failure with make check. Review URL: https://codereview.appspot.com/285910043
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cc628bb6..3c4702c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,7 +107,7 @@ dist-hook:
distclean-local:
if test "x$(srcdir)" = "x."; then :; else \
rm -f ChangeLog; \
- echo > NEWS; \
+ rm -f NEWS; \
fi
MAINTAINERCLEANFILES = \