From 3dfbf32b95ae69a9b15cd4912bc1c68fa16b4093 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 18 Mar 2016 15:23:24 +0100 Subject: build: Drop redundant removal of compiled object files This is already taken care of by CLEANSUFFIXES. --- common.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index ed9cbd4dbd..832025d10c 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 -- cgit v1.2.3