From d9c1577c4e62d0a76aa67070ec5da3484aa3abf6 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 14 Jul 2012 07:32:57 +0300 Subject: 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. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3