9
0
Fork 0

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

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@266 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2007-06-06 23:56:56 +00:00
parent b77b22759c
commit 009ebd1a89
1 changed files with 1 additions and 1 deletions

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 $@