From b1a48b6b4f411ab1448c29952277e9f8efa423e0 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Tue, 6 Dec 2005 12:23:19 +0100 Subject: [PATCH] Remove SUFFIXES variable and .SUFFIXES rule According to the documentation, GNU Make uses them only for suffix rules, which have been replaced with pattern rules in po/Makefile. The makefiles included by po/Makefile do not define suffix rules, either. --- po/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/po/Makefile b/po/Makefile index 7d6689d0..1aa549a7 100644 --- a/po/Makefile +++ b/po/Makefile @@ -12,9 +12,6 @@ MSGMERGE = msgmerge POTFILES_ABS_LIST = potfiles.list -SUFFIXES = .po .gmo .mo -.SUFFIXES: .gmo .mo .po - %.gmo: $(srcdir)/%.po @file=`echo $* | sed 's,.*/,,'`.gmo \ && rm -f $$file && echo -n $*": " \