Module: libav
Branch: master
Commit: 3dfbf32b95ae69a9b15cd4912bc1c68fa16b4093

Author:    Diego Biurrun <di...@biurrun.de>
Committer: Diego Biurrun <di...@biurrun.de>
Date:      Fri Mar 18 15:23:24 2016 +0100

build: Drop redundant removal of compiled object files

This is already taken care of by CLEANSUFFIXES.

---

 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

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to