diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 9e74803..429f5fd 100644 --- a/po/Makefile +++ b/po/Makefile @@ -5,6 +5,6 @@ NAME=remove-old-kernels all: update-po: - for i in *.po; do \ + @for i in *.po; do \ msgmerge -v --no-wrap --previous --backup=none --update $$i $(NAME).pot; \ done |