From 1dd1cc506aa2f85dc12a4485f738cc149118935a Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 19 Mar 2011 23:03:25 +0000 Subject: More build fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3403 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/resolv/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/netutils/resolv') diff --git a/apps/netutils/resolv/Makefile b/apps/netutils/resolv/Makefile index b3ed975dd..e4f49e407 100644 --- a/apps/netutils/resolv/Makefile +++ b/apps/netutils/resolv/Makefile @@ -77,8 +77,9 @@ $(BIN): $(OBJS) .built: $(BIN) .depend: Makefile $(SRCS) - @$(MKDEP) $(ROOTDEPPATH) \ - $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep +ifneq ($(SRCS),) + @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep +endif @touch $@ # Register application -- cgit v1.2.3