aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-19 19:53:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-19 19:53:53 +0000
commit7a68d939992a06512b617200662807de441766d6 (patch)
treeee84dbfad28badbe8352b2a877801395b89d38be /nuttx/configs/sim
parenta98248b591a69249c97849745788737d25dc3731 (diff)
downloadpx4-firmware-7a68d939992a06512b617200662807de441766d6.tar.gz
px4-firmware-7a68d939992a06512b617200662807de441766d6.tar.bz2
px4-firmware-7a68d939992a06512b617200662807de441766d6.zip
Fix typo introduced into many Makefiles with last changes
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sim')
-rw-r--r--nuttx/configs/sim/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sim/src/Makefile b/nuttx/configs/sim/src/Makefile
index adfbb1f9a..7c5887e72 100644
--- a/nuttx/configs/sim/src/Makefile
+++ b/nuttx/configs/sim/src/Makefile
@@ -72,7 +72,7 @@ endif
depend: .depend
clean:
- $(call DELFILE libboard$(LIBEXT)))
+ $(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean