summaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-04 21:02:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-04 21:02:15 +0000
commitf83c9b840d045664f99114a3c71bbdab5744367c (patch)
tree3602ca8c7183758518ccac50565e03c50a0cbec0 /apps/Makefile
parent07bac0e795ae446d6a2f1e9ab3da5d9f7cdfef0a (diff)
Fix a couple of recently introduced build problems
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3463 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/Makefile b/apps/Makefile
index f440827b03..43778e76d6 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -76,9 +76,7 @@ all: $(BIN)
.PHONY: $(BUILTIN_APPS_DIR) context depend clean distclean
$(BUILTIN_APPS_DIR):
- @for dir in $(BUILTIN_APPS_DIR) ; do \
- $(MAKE) -C $$dir TOPDIR="$(TOPDIR)" APPDIR=$(APPDIR); \
- done
+ @$(MAKE) -C $@ TOPDIR="$(TOPDIR)" APPDIR=$(APPDIR);
$(BIN): $(BUILTIN_APPS_DIR)
@( for obj in $(OBJS) ; do \