From cc2104e87a12414c205319a0e488c17c64246e9c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 3 Mar 2012 21:39:35 +0100 Subject: [PATCH] build: Fix failure on "make distclean" https://bugzilla.gnome.org/show_bug.cgi?id=671270 --- gio/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index e987fd113..cf1f4e7c8 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -621,4 +621,4 @@ DISTCLEANFILES = \ schema-source/gschemas.compiled distclean-local: - rm -r xdgdatahome xdgdatadir + rm -rf xdgdatahome xdgdatadir