From 4d2002bb5065970b902f63786387b8382f2af0da Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 23 Jan 2015 08:03:53 -0600 Subject: Add to .depend dependencies to eliminate an error at dependency generation time --- apps/examples/udp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/udp') diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile index 156164ee4..0ac348fba 100644 --- a/apps/examples/udp/Makefile +++ b/apps/examples/udp/Makefile @@ -138,7 +138,7 @@ endif context: -.depend: Makefile $(TARG_SRCS) +.depend: Makefile config.h $(TARG_SRCS) @$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep @touch $@ -- cgit v1.2.3