now distclean will run on systems which don't have 'readlink'

anyway dunno why it was used in this target


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11402 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2003-11-06 20:32:47 +00:00
parent fff9e3a297
commit 2d3a68bb0c
1 changed files with 2 additions and 6 deletions

View File

@ -78,10 +78,6 @@ $(HTMLFILE): documentation.xml $(XSL_DEPS)
cd .. && sh configure
distclean:
if test "$(USE_SYMLINKS)" = "yes" ; then \
for file in *.xml ; do \
if test -L $$file && test "`readlink $$file`" = "../en/$$file" ; then \
rm $$file ; \
fi ; \
done ; \
@if test "$(USE_SYMLINKS)" = "yes" ; then \
rm -f `find *.xml -type l`; \
fi