summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 01:12:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 01:12:18 +0000
commitd4d1865454c54eaa796bd5af78ffac4eb6f81203 (patch)
tree5f172c30e50cd14adb69e9bb22211153c5fb1aa7 /drivers
parentc3c40b77ceecd2d598dfcdc4c4793e5da3af3207 (diff)
downloadmpv-d4d1865454c54eaa796bd5af78ffac4eb6f81203.tar.bz2
mpv-d4d1865454c54eaa796bd5af78ffac4eb6f81203.tar.xz
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
Diffstat (limited to 'drivers')
-rw-r--r--drivers/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 0e6cc5d45d..cce4452e6a 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -36,11 +36,9 @@ install: $(MGA_VID_OBJ)
dep depend:
-clean:
- rm -f *.o *.a *~
- rm -f *.ko .mga* mga_vid.mod.c
+clean:
+ 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