1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-07 15:41:55 +00:00

Make strange clean/distclean rules behave in a more standard fashion.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22671 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-17 01:12:18 +00:00
parent c3c40b77ce
commit d4d1865454

View File

@ -37,10 +37,8 @@ install: $(MGA_VID_OBJ)
dep depend:
clean:
rm -f *.o *.a *~
rm -f *.ko .mga* mga_vid.mod.c
rm -f *.o *~ *.ko mga_vid_test tdfx_vid_tst
distclean: clean
rm -f mga_vid_test tdfx_vid_tst
.PHONY: all install dep depend clean distclean