summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index c92176de..8814d630 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -52,7 +52,7 @@ update-po:
${MAKE} ${UPDATEPOFILES}
clean:
- rm *.mo *.po\~
+ rm -f *.mo *.po\~
install: all
for l in ${LOCALES}; do mkdir -p ${DESTDIR}${PREFIX}/$$l/LC_MESSAGES/; done