From 89d549f984ebc41a5bb89bbcf9ba7d29f860351e Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 27 Jan 2006 00:06:42 +0000 Subject: Make clean/distclean behave uniformly in all directories. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vidix/Makefile') diff --git a/vidix/Makefile b/vidix/Makefile index 856fe89a2b..b840c7615e 100644 --- a/vidix/Makefile +++ b/vidix/Makefile @@ -27,8 +27,8 @@ clean: rm -f *.o *.a *~ $(DO_MAKE) -distclean: - rm -f test *.o *.a *~ .depend +distclean: clean + rm -f .depend test $(DO_MAKE) dep: depend -- cgit v1.2.3