From fd0d75192cf4b19295da82270eaa35f5412d4413 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Jun 2007 23:56:56 +0000 Subject: 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 --- nuttx/arch/pjrc-8051/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/pjrc-8051/src') diff --git a/nuttx/arch/pjrc-8051/src/Makefile b/nuttx/arch/pjrc-8051/src/Makefile index 9a270a895..5eae25abc 100644 --- a/nuttx/arch/pjrc-8051/src/Makefile +++ b/nuttx/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 $@ -- cgit v1.2.3