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 --- input/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input') diff --git a/input/Makefile b/input/Makefile index e0d6890cbd..9711e8f31b 100644 --- a/input/Makefile +++ b/input/Makefile @@ -23,8 +23,8 @@ all: $(LIBNAME) clean: rm -f *.o *.a *~ -distclean: - rm -f Makefile.bak *.o *.a *~ .depend +distclean: clean + rm -f .depend dep: depend -- cgit v1.2.3