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/nettest/Makefile | 2 +- apps/examples/udp/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/examples/nettest/Makefile b/apps/examples/nettest/Makefile index 3b79a8f35..b41eeccf9 100644 --- a/apps/examples/nettest/Makefile +++ b/apps/examples/nettest/Makefile @@ -157,7 +157,7 @@ else context: endif -.depend: Makefile $(TARG_SRCS) +.depend: Makefile config.h $(TARG_SRCS) @$(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep @touch $@ 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