summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/xml/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/DOCS/xml/Makefile.inc b/DOCS/xml/Makefile.inc
index 5422b2eec1..304b16acc9 100644
--- a/DOCS/xml/Makefile.inc
+++ b/DOCS/xml/Makefile.inc
@@ -31,8 +31,6 @@ $(HTMLDIR)/MPlayer.html: main.xml $(SINGLE_XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(
cd .. && sh configure
$(SYMLINKS_DEPS):
- for file in ../en/*.xml ; do \
- test -r `basename $$file` || ln -s $$file `basename $$file` ; \
- done
+ test -r $(@F) || ln -s ../en/$@ $@
.PHONY: all html-chunked html-single xmllint