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
@ -201,7 +201,7 @@ irqtest:
|
|||||||
.depend: Makefile up_mem.h $(DEPSRCS)
|
.depend: Makefile up_mem.h $(DEPSRCS)
|
||||||
@if [ -e board/Makefile ]; then \
|
@if [ -e board/Makefile ]; then \
|
||||||
$(MAKE) -C board TOPDIR=$(TOPDIR) depend ; \
|
$(MAKE) -C board TOPDIR=$(TOPDIR) depend ; \
|
||||||
if
|
fi
|
||||||
$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
|
$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user