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
This commit is contained in:
diego 2008-04-23 10:09:12 +00:00
parent 4e2837a2e8
commit c051bef87c
1 changed files with 1 additions and 1 deletions

View File

@ -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