summaryrefslogtreecommitdiff
path: root/apps/examples/nettest/Makefile
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/examples/nettest/Makefile
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/examples/nettest/Makefile')
-rw-r--r--apps/examples/nettest/Makefile2
1 files changed, 1 insertions, 1 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 $@