bash if should end with 'fi' not 'if'

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@266 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-06-06 23:56:56 +00:00
parent 826ae7f951
commit 5abe9f896c

View File

@ -201,7 +201,7 @@ irqtest:
.depend: Makefile up_mem.h $(DEPSRCS)
@if [ -e board/Makefile ]; then \
$(MAKE) -C board TOPDIR=$(TOPDIR) depend ; \
if
fi
$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
touch $@