1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

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.
This commit is contained in:
Kalle Olavi Niemitalo 2005-12-06 12:23:19 +01:00 committed by Jonas Fonseca
parent 7c823e49c4
commit b1a48b6b4f

View File

@ -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 $*": " \