system/dhcpc: Fix warning about renew_main.o appear twice in rule.

This commit is contained in:
Gregory Nutt 2017-07-05 12:45:03 -06:00
parent c322b77395
commit 1829e252f2

View File

@ -91,7 +91,7 @@ VPATH =
all: .built
.PHONY: clean depend distclean
$(OBJS) $(RENEW_MAINOBJ): %$(OBJEXT): %.c
$(RENEW_OBJS) $(RENEW_MAINOBJ): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)