More build fixes

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3407 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-03-20 22:07:56 +00:00
parent 329cbd0023
commit bf55d8f442
3 changed files with 25 additions and 4 deletions

View File

@@ -349,7 +349,7 @@ endif
download: $(BIN)
$(call DOWNLOAD, $<)
depend:
depend: context
@for dir in $(MAKEDIRS) ; do \
$(MAKE) -C $$dir TOPDIR="$(TOPDIR)" depend ; \
done