summaryrefslogtreecommitdiff
path: root/apps/netutils/thttpd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-11 01:27:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-11 01:27:04 +0000
commite70772c61f74bdf3561f7f5326e3ebb5a9bff4cb (patch)
tree9afbce738a90c122d5a07059599ff60b0a7dd0d3 /apps/netutils/thttpd
parentdd1708a63c78d0d5c9c229371a9c89afcc4664dd (diff)
downloadnuttx-e70772c61f74bdf3561f7f5326e3ebb5a9bff4cb.tar.gz
nuttx-e70772c61f74bdf3561f7f5326e3ebb5a9bff4cb.tar.bz2
nuttx-e70772c61f74bdf3561f7f5326e3ebb5a9bff4cb.zip
tools/mkdep.sh should not report an error if there are no files on the command line
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3588 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/netutils/thttpd')
-rw-r--r--apps/netutils/thttpd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/netutils/thttpd/Makefile b/apps/netutils/thttpd/Makefile
index 5a7d0d852..4978c7c79 100644
--- a/apps/netutils/thttpd/Makefile
+++ b/apps/netutils/thttpd/Makefile
@@ -114,9 +114,7 @@ endif
context:
.depend: Makefile $(SRCS)
-ifneq ($(SRCS),)
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
-endif
@touch $@
depend: .depend