summaryrefslogtreecommitdiff
path: root/nuttx/libxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-05 23:57:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-05 23:57:49 +0000
commitcd87146d9b80c85ad070dec888635c2ea6af0a9c (patch)
tree3747b5db497b26f2186502c3372499579600be64 /nuttx/libxx
parent038b532c18cf641f2cb6e6d1babeef3333c83ef4 (diff)
downloadpx4-nuttx-cd87146d9b80c85ad070dec888635c2ea6af0a9c.tar.gz
px4-nuttx-cd87146d9b80c85ad070dec888635c2ea6af0a9c.tar.bz2
px4-nuttx-cd87146d9b80c85ad070dec888635c2ea6af0a9c.zip
Fix C++ dependencies, cleaning, ..
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4025 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libxx')
-rwxr-xr-xnuttx/libxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libxx/Makefile b/nuttx/libxx/Makefile
index 38e3d3a73..0326e64e4 100755
--- a/nuttx/libxx/Makefile
+++ b/nuttx/libxx/Makefile
@@ -65,7 +65,7 @@ $(BIN): $(OBJS)
done ; )
.depend: Makefile $(SRCS)
- @$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
+ @$(MKDEP) $(CXX) -- $(CXXFLAGS) -- $(SRCS) >Make.dep
@touch $@
depend: .depend