summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2012-07-14 07:32:57 +0300
committerUoti Urpala <uau@mplayer2.org>2012-07-16 21:08:42 +0300
commitd9c1577c4e62d0a76aa67070ec5da3484aa3abf6 (patch)
tree090d77f455cd53f29af12d3c638a518be38cf876 /Makefile
parent0a1fc392b4cc45985d95eb6563f496a74bb3b306 (diff)
downloadmpv-d9c1577c4e62d0a76aa67070ec5da3484aa3abf6.tar.bz2
mpv-d9c1577c4e62d0a76aa67070ec5da3484aa3abf6.tar.xz
Makefile: delete .d files in "clean" target too
Previously, .d files were only deleted by "distclean" target. I see no reason why they should be kept by "clean". Delete them in that target too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 871beb782e..d1ce8dd532 100644
--- a/Makefile
+++ b/Makefile
@@ -702,14 +702,13 @@ uninstall:
$(RM) $(foreach lang,$(MSG_LANGS),$(LOCALEDIR)/$(lang)/LC_MESSAGES/mplayer.1)
clean:
- -$(RM) $(call ADD_ALL_DIRS,/*.o /*.a /*.ho /*~)
+ -$(RM) $(call ADD_ALL_DIRS,/*.o /*.d /*.a /*.ho /*~)
-$(RM) $(call ADD_ALL_EXESUFS,mplayer)
-$(RM) $(MOFILES)
distclean: clean testsclean toolsclean driversclean
-$(RM) -r DOCS/tech/doxygen
-$(RM) -r locale
- -$(RM) $(call ADD_ALL_DIRS,/*.d)
-$(RM) config.log config.mak config.h codecs.conf.h version.h TAGS tags
-$(RM) libvo/vdpau_template.c
-$(RM) libmpdemux/ebml_types.h libmpdemux/ebml_defs.c