clean and distclean rules do the same thing.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26550 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-26 16:59:26 +00:00
parent 67d6784626
commit 5e90929e2d
1 changed files with 1 additions and 3 deletions

View File

@ -28,9 +28,7 @@ install:
dep depend:
clean:
clean distclean:
rm -f *.o *~ mga_vid_test tdfx_vid_test
distclean: clean
.PHONY: all install dep depend *clean