[patch] Remove SUFFIXES variable and .SUFFIXES rule
Kalle Olavi Niemitalo <[email protected]>
| Newsgroups | gmane.comp.web.links |
|---|---|
| Message-ID | <[email protected]> |
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 $*": " \ _______________________________________________ elinks-dev mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-dev
signature.asc
(application/pgp-signature, 188 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDlWzwHm9IGt60eMgRAjIMAJ4/RD2pyX5sbUMnlpiMGeWHmnUN4wCg5wFC SsOv84zjO3sHEODG+nK14MU= =jcV3 -----END PGP SIGNATURE-----