Reuse SYMLINKS_DEPS variable in the symlink targets.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30035 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-12-14 03:35:26 +00:00
parent 05f35acd58
commit 3ea762f28f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $(HTMLDIR)/MPlayer.html: main.xml $(SINGLE_XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(
../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