diff options
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index c92176d..8814d63 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 |