Commit 3dfbf32b authored by Diego Biurrun's avatar Diego Biurrun

build: Drop redundant removal of compiled object files

This is already taken care of by CLEANSUFFIXES.
parent b298b36f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment