build: Drop redundant removal of compiled object files

This is already taken care of by CLEANSUFFIXES.
This commit is contained in:
Diego Biurrun 2016-03-18 15:23:24 +01:00
parent b298b36fc0
commit 3dfbf32b95

View File

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