build: remove extra SUFFIXES from Makefile.am in 'po'

Commit c226656519 added them to
common-rules.mk, so they are redundant here.  Also, this assignment
overwrites the value set in common-rules.mk.
This commit is contained in:
Pino Toscano
2017-09-21 09:22:29 +02:00
parent 64f49df747
commit 6037cb39d4

View File

@@ -107,7 +107,6 @@ install-data-hook: $(GMOFILES)
done
.PRECIOUS: $(DOMAIN).pot $(POFILES)
SUFFIXES = .po .gmo
else