From c4c82c3f852a32e08b39ef972f3af0e175ba0029 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date: Sat, 25 Jun 2005 21:55:23 +0000
Subject: [PATCH] Wrong option

(Old svn revision: 16070)
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 3d8b7361d..85afd32cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ DISTCLEANFILES =							\
 SUBDIRS = po doc icons src mcs-plugin defaults themes
 
 clean-revision:
-	rm -r svn-revision.txt
+	@rm -f svn-revision.txt
 
 svn-revision.txt:
 	svnversion $(top_srcdir) > svn-revision.txt
-- 
GitLab