summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-08 00:19:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-08 00:19:24 +0000
commit957e35af7d710d5bd569f83514daf6e40763aa5d (patch)
treec83256fcc2a22a4456eb545088de8a93bb6a4ae0 /nuttx/Makefile
parent1e947541beca40e9dba0455d3019e42fa8c08a27 (diff)
downloadnuttx-957e35af7d710d5bd569f83514daf6e40763aa5d.tar.gz
nuttx-957e35af7d710d5bd569f83514daf6e40763aa5d.tar.bz2
nuttx-957e35af7d710d5bd569f83514daf6e40763aa5d.zip
Add support for tools that can't make dependencies
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@522 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index b7e9047f3..8d9d0c7b7 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -47,7 +47,7 @@ BOARD_DIR = configs/$(CONFIG_ARCH_BOARD)
# Add-on directories. These may or may not be in place in the
# NuttX source tree (they must be specifically installed)
-PCODE_DIR := `if [ -r pcode/Makefile ]; then echo "pcode"; fi`
+PCODE_DIR := ${shell if [ -r pcode/Makefile ]; then echo "pcode"; fi}
# FSDIRS depend on file descriptor support; NONFSDIRS do not
# (except for parts of FSDIRS). We will exclude FSDIRS