[PATCH] Fix po/Rules-extract so it doesn't remove itself

David Shea dshea at redhat.com
Thu Sep 12 14:00:21 UTC 2013


---
 po/Rules-extract | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/Rules-extract b/po/Rules-extract
index dd3e242..506d6f3 100644
--- a/po/Rules-extract
+++ b/po/Rules-extract
@@ -36,7 +36,7 @@
 
 mostlyclean: mostlyclean-extract
 mostlyclean-extract:
-	rm -f Rules-extract \
+	rm -f \
 		$(top_srcdir)/anaconda.po $(top_srcdir)/data/liveinst/gnome/fedora-welcome.po \
 		$(top_srcdir)/data/liveinst/console.apps/liveinst.h
 	find $(top_srcdir) \( -name '*.glade.h' -o -name '*.desktop.in.h' \) \
-- 
1.8.3.1



More information about the anaconda-patches mailing list