From ef6b42ab1ce9db4bf4a51b1966f45d482e436261 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Feb 2007 21:19:24 +0000 Subject: (clean) do not erase drakconf.pot (needed for next commit) and don't try to erase three times *.mo --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 1857d601..e1d185e0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -22,7 +22,7 @@ install: all done clean: - rm -f *~ *.[oas] *.mo $(GOALS) TAGS $(MOFILES) $(PL_CFILES) + rm -f *~ *.[oas] *.mo TAGS $(PL_CFILES) %.mo: %.po msgfmt -o $@ $< -- cgit v1.2.1