Kalle Olavi Niemitalo <[EMAIL PROTECTED]> writes: > OK; I'll post one patch to remove the SUFFIXES, another to fix > po/Makefile for builddir!=srcdir while keeping po/*.gmo in builddir, > a third one for other po/Makefile changes, and then we can keep > discussing (arguing?) where po/*.gmo should be.
Here's the first one:
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.
---
commit 2087eeb397b3c6758a53d2e7ff24f4acdb186f69
tree bceec02ad398b4b40f790497b21550745abcee52
parent 69b321cb5b09541fd022174b3f03b2e6f1116062
author Kalle Olavi Niemitalo <[EMAIL PROTECTED]> Tue, 06 Dec 2005 12:41:08 +0200
committer Kalle Olavi Niemitalo <[EMAIL PROTECTED]> Tue, 06 Dec 2005 12:41:08
+0200
po/Makefile | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/po/Makefile b/po/Makefile
index 7d6689d..1aa549a 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 $*": " \
pgpeHWND7y4X8.pgp
Description: PGP signature
_______________________________________________ elinks-dev mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-dev
