From 6037cb39d4e27b7890d5b512302fb0ab64465405 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 21 Sep 2017 09:22:29 +0200 Subject: [PATCH] build: remove extra SUFFIXES from Makefile.am in 'po' Commit c226656519f65c7cd3c7276511196dc6387fe8fe added them to common-rules.mk, so they are redundant here. Also, this assignment overwrites the value set in common-rules.mk. --- po/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/po/Makefile.am b/po/Makefile.am index 460d49136..f4074de74 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -107,7 +107,6 @@ install-data-hook: $(GMOFILES) done .PRECIOUS: $(DOMAIN).pot $(POFILES) -SUFFIXES = .po .gmo else