[FFmpeg-cvslog] build: Drop redundant removal of compiled object files
Diego Biurrun
git at videolan.org
Thu Apr 21 17:04:03 CEST 2016
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Mar 18 15:23:24 2016 +0100| [3dfbf32b95ae69a9b15cd4912bc1c68fa16b4093] | committer: Diego Biurrun
build: Drop redundant removal of compiled object files
This is already taken care of by CLEANSUFFIXES.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3dfbf32b95ae69a9b15cd4912bc1c68fa16b4093
---
common.mak | 1 -
1 file changed, 1 deletion(-)
diff --git a/common.mak b/common.mak
index ed9cbd4..832025d 100644
--- a/common.mak
+++ b/common.mak
@@ -58,7 +58,6 @@ LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a
define RULES
clean::
- $(RM) $(OBJS) $(OBJS:.o=.d)
$(RM) $(HOSTPROGS)
$(RM) $(TOOLS)
endef
More information about the ffmpeg-cvslog
mailing list