Simplify link removal.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18126 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-04-17 00:28:36 +00:00
parent 74f3eb9e21
commit fb59dee055
1 changed files with 1 additions and 3 deletions

View File

@ -76,6 +76,4 @@ $(filter-out main.xml, $(patsubst ../en/%,%, $(wildcard ../en/*.xml))):
distclean:
rm -f main.xml
if test "$(USE_SYMLINKS)" = "yes" ; then \
rm -f `find *.xml -type l`; \
fi
rm -f `find *.xml -type l`;