Mercurial > mplayer.hg
changeset 29993:20a55579b6e4
Reuse SYMLINKS_DEPS variable in the symlink targets.
author | diego |
---|---|
date | Mon, 14 Dec 2009 03:35:26 +0000 |
parents | 542d8831b5df |
children | 0eba66234d64 |
files | DOCS/xml/Makefile.inc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/Makefile.inc Mon Dec 14 03:32:12 2009 +0000 +++ b/DOCS/xml/Makefile.inc Mon Dec 14 03:35:26 2009 +0000 @@ -30,7 +30,7 @@ ../html-chunk.xsl ../html-single.xsl main.xml: cd .. && sh configure -$(filter-out main.xml, $(patsubst ../en/%,%, $(wildcard ../en/*.xml))): +$(filter-out main.xml, $(SYMLINKS_DEPS)): for file in ../en/*.xml ; do \ test -r `basename $$file` || ln -s $$file `basename $$file` ; \ done