summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-06 23:56:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-06 23:56:56 +0000
commitfd0d75192cf4b19295da82270eaa35f5412d4413 (patch)
treeed1db6bc054d257d5c7d73615f732b78f8c615f7
parent99e2deb93719d62d0852e1c933a28a99986d3e9b (diff)
downloadpx4-nuttx-fd0d75192cf4b19295da82270eaa35f5412d4413.tar.gz
px4-nuttx-fd0d75192cf4b19295da82270eaa35f5412d4413.tar.bz2
px4-nuttx-fd0d75192cf4b19295da82270eaa35f5412d4413.zip
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
-rw-r--r--nuttx/arch/pjrc-8051/src/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@