mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Simplify link removal.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18126 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
74f3eb9e21
commit
fb59dee055
@ -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`;
|
||||
|
Loading…
Reference in New Issue
Block a user