Based on this patch
"punt unused clean/distclean targets"
(sha1:
464c79207c89f247f97b344495924eabb0c9738e)
clean and distclean targets are not called.
Remove them too.
Signed-off-by: Michal Simek <monstr@monstr.eu>
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
$(call cmd_link_o_target, $(OBJS) $(SOBJS))
-clean:
- rm -f $(OBJS) $(SOBJS)
-
-distclean: clean
- rm -f $(LIB) core *.bak $(obj).depend
-
#########################################################################
# defines $(obj).depend target