From 5abe9f896ccd7d68a94b236b908ecddcef60ce31 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Jun 2007 23:56:56 +0000 Subject: [PATCH] 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 --- arch/pjrc-8051/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/pjrc-8051/src/Makefile b/arch/pjrc-8051/src/Makefile index 9a270a895a..5eae25abcf 100644 --- a/arch/pjrc-8051/src/Makefile +++ b/arch/pjrc-8051/src/Makefile @@ -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 $@