From c051bef87c5a7337b2aca3d4b77fc392a8392780 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 23 Apr 2008 10:09:12 +0000 Subject: There is no need to remove .a files from subdirectories, they are only created in the directories using recursive make. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26510 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ddb11b205..10ca79bedd 100644 --- a/Makefile +++ b/Makefile @@ -377,7 +377,7 @@ clean:: toolsclean codecs2html$(EXESUF) codec-cfg-test$(EXESUF) cpuinfo$(EXESUF) \ codecs.conf.h help_mp.h version.h TAGS tags for part in $(PARTS); do $(MAKE) -C $$part clean; done - rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.o /*.a /*.ho /*~, $(addsuffix $(suffix),$(dir)))) + rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.o /*.ho /*~, $(addsuffix $(suffix),$(dir)))) distclean:: doxygen_clean for part in $(PARTS); do $(MAKE) -C $$part distclean; done -- cgit v1.2.3