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 --- mp3lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mp3lib') diff --git a/mp3lib/Makefile b/mp3lib/Makefile index 922ed8bf4b..f8c613e581 100644 --- a/mp3lib/Makefile +++ b/mp3lib/Makefile @@ -58,8 +58,8 @@ test2: libMP3.a test2.c clean: rm -f *~ *.o *.a test1 test2 -distclean: - rm -f *~ *.o *.a Makefile.bak .depend +distclean: clean + rm -f .depend dep: depend -- cgit v1.2.3