summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-27 00:06:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-27 00:06:42 +0000
commit89d549f984ebc41a5bb89bbcf9ba7d29f860351e (patch)
tree43130fadc2dd6fe808fa28a3ec9bc6488b603005 /Makefile
parente6338c5858795c42ca45afbabe8b765d8050db58 (diff)
downloadmpv-89d549f984ebc41a5bb89bbcf9ba7d29f860351e.tar.bz2
mpv-89d549f984ebc41a5bb89bbcf9ba7d29f860351e.tar.xz
Make clean/distclean behave uniformly in all directories.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3e883071bd..f230220755 100644
--- a/Makefile
+++ b/Makefile
@@ -521,11 +521,11 @@ endif
@echo "Uninstall completed"
clean:
- -rm -f *.o *~ $(OBJS) codecs.conf.h
+ -rm -f *.o *.a *~ codecs.conf.h
-distclean: doxygen_clean
- -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
- -rm -f *.o *.a .depend configure.log codecs.conf.h help_mp.h
+distclean: clean doxygen_clean
+ -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG)
+ -rm -f .depend configure.log codecs.conf.h help_mp.h
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
strip: