summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-23 08:03:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-23 08:03:53 -0600
commit4d2002bb5065970b902f63786387b8382f2af0da (patch)
treee24b945a042cd22d0ac7a76505fb205e0cb8c50f /apps
parent22abc83e99f3db81f95e94e3e8566561c790420e (diff)
downloadnuttx-4d2002bb5065970b902f63786387b8382f2af0da.tar.gz
nuttx-4d2002bb5065970b902f63786387b8382f2af0da.tar.bz2
nuttx-4d2002bb5065970b902f63786387b8382f2af0da.zip
Add to .depend dependencies to eliminate an error at dependency generation time
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/nettest/Makefile2
-rw-r--r--apps/examples/udp/Makefile2
2 files changed, 2 insertions, 2 deletions
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 $@