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
This commit is contained in:
patacongo 2011-04-04 21:02:15 +00:00
parent 893d4dbbfe
commit d949b96ead

View File

@ -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 \