summaryrefslogtreecommitdiff
path: root/nuttx/mm/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 23:44:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 23:44:31 +0000
commit96e153c0d29b1ab3657948e280faa25e864b28c5 (patch)
tree121d4fdf55df9d292c0d1d3971b2c5252cf39eaa /nuttx/mm/Makefile
parentdab0480f31b5fe4d778a414f3b60e5c5b536b1bd (diff)
downloadpx4-nuttx-96e153c0d29b1ab3657948e280faa25e864b28c5.tar.gz
px4-nuttx-96e153c0d29b1ab3657948e280faa25e864b28c5.tar.bz2
px4-nuttx-96e153c0d29b1ab3657948e280faa25e864b28c5.zip
Correct some issues with last check-in; ez80 still does not build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/mm/Makefile')
-rw-r--r--nuttx/mm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/mm/Makefile b/nuttx/mm/Makefile
index b48d242ff..fef9cc9dd 100644
--- a/nuttx/mm/Makefile
+++ b/nuttx/mm/Makefile
@@ -64,7 +64,7 @@ $(BIN): $(OBJS)
$(call ARCHIVE, $@, "$(OBJS)")
.depend: Makefile $(SRCS)
- $(Q) $(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
+ $(Q) $(MKDEP) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
$(Q) touch $@
depend: .depend