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
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue