aboutsummaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-12 01:54:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-12 01:54:54 +0000
commitfe19d5bea139e25e04c5260726ec300e49ffdf2b (patch)
tree2f38b418f4df4610fc87f117e7e8be9996710da0 /nuttx/tools
parent63e8e1bed383170be61d722348be7efcf1a33ec3 (diff)
downloadpx4-firmware-fe19d5bea139e25e04c5260726ec300e49ffdf2b.tar.gz
px4-firmware-fe19d5bea139e25e04c5260726ec300e49ffdf2b.tar.bz2
px4-firmware-fe19d5bea139e25e04c5260726ec300e49ffdf2b.zip
A few more build fixes
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5340 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/Config.mk b/nuttx/tools/Config.mk
index 84643b8cc..06a312fc5 100644
--- a/nuttx/tools/Config.mk
+++ b/nuttx/tools/Config.mk
@@ -71,7 +71,7 @@ endef
else
define ARCHIVE
@echo "AR: $2"
- $(Q) $(AR) $1 $(subst ",,$(2)) || { echo "$(AR) $1 $2 FAILED!" ; exit 1 ; }
+ $(Q) $(AR) $1 $(subst ",,$(2)) || { echo "$(AR) $1 FAILED!" ; exit 1 ; }
endef
endif