1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Don't remove 'test' on distclean, there is no such file.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22566 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-14 08:53:12 +00:00
parent 35d532bddc
commit 5fe6345197

View File

@ -19,7 +19,7 @@ clean:
$(MAKE) -C drivers clean
distclean: clean
rm -f .depend test
rm -f .depend
$(MAKE) -C drivers distclean
dep depend: