From f83c9b840d045664f99114a3c71bbdab5744367c Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 4 Apr 2011 21:02:15 +0000 Subject: 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 --- apps/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index f440827b0..43778e76d 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 \ -- cgit v1.2.3