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
1 changed files with 1 additions and 1 deletions

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: