aboutsummaryrefslogtreecommitdiff
path: root/apps/interpreters
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 14:13:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 14:13:04 +0000
commit8b823f6beeae9c0dcc75cbc92bb7d977533e0b7d (patch)
treea323c59149de803ee3d1363c1a03a5b8e24fff0c /apps/interpreters
parentda3dd04ea56562e2a50606be907fe99d11822d9d (diff)
downloadpx4-firmware-8b823f6beeae9c0dcc75cbc92bb7d977533e0b7d.tar.gz
px4-firmware-8b823f6beeae9c0dcc75cbc92bb7d977533e0b7d.tar.bz2
px4-firmware-8b823f6beeae9c0dcc75cbc92bb7d977533e0b7d.zip
Mostly cosmetic build changes
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5362 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/interpreters')
-rw-r--r--apps/interpreters/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/Makefile b/apps/interpreters/Makefile
index 3569a0044..08385433a 100644
--- a/apps/interpreters/Makefile
+++ b/apps/interpreters/Makefile
@@ -52,7 +52,7 @@ all: nothing
define SDIR_template
$(1)_$(2):
- $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
+ $(Q) $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
endef
$(foreach SDIR, $(INSTALLED_DIRS), $(eval $(call SDIR_template,$(SDIR),depend)))