[MPlayer-cvslog] r26510 - trunk/Makefile
diego
subversion at mplayerhq.hu
Wed Apr 23 12:09:12 CEST 2008
Author: diego
Date: Wed Apr 23 12:09:12 2008
New Revision: 26510
Log:
There is no need to remove .a files from subdirectories, they are only
created in the directories using recursive make.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Apr 23 12:09:12 2008
@@ -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
More information about the MPlayer-cvslog
mailing list