From 1829e252f2ef027627a55cf7099cf9a444e331b5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 5 Jul 2017 12:45:03 -0600 Subject: [PATCH] system/dhcpc: Fix warning about renew_main.o appear twice in rule. --- system/dhcpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/dhcpc/Makefile b/system/dhcpc/Makefile index 52e937d6e..25c5bafde 100644 --- a/system/dhcpc/Makefile +++ b/system/dhcpc/Makefile @@ -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)