From e70772c61f74bdf3561f7f5326e3ebb5a9bff4cb Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 11 May 2011 01:27:04 +0000 Subject: 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 --- apps/netutils/smtp/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/netutils/smtp/Makefile') diff --git a/apps/netutils/smtp/Makefile b/apps/netutils/smtp/Makefile index dfad84f91..758e436f3 100644 --- a/apps/netutils/smtp/Makefile +++ b/apps/netutils/smtp/Makefile @@ -82,9 +82,7 @@ $(COBJS): %$(OBJEXT): %.c context: .depend: Makefile $(SRCS) -ifneq ($(SRCS),) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep -endif @touch $@ depend: .depend -- cgit v1.2.3