build: Drop redundant removal of compiled object files
This is already taken care of by CLEANSUFFIXES.
This commit is contained in:
parent
b298b36fc0
commit
3dfbf32b95
@ -58,7 +58,6 @@ LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a
|
|||||||
|
|
||||||
define RULES
|
define RULES
|
||||||
clean::
|
clean::
|
||||||
$(RM) $(OBJS) $(OBJS:.o=.d)
|
|
||||||
$(RM) $(HOSTPROGS)
|
$(RM) $(HOSTPROGS)
|
||||||
$(RM) $(TOOLS)
|
$(RM) $(TOOLS)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user