mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 22:18:25 +00:00
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:
parent
826ae7f951
commit
5abe9f896c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue