summaryrefslogtreecommitdiffstats
path: root/nuttx/libxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-10-05 23:57:49 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-10-05 23:57:49 +0000
commit66ae2c15e3984d868a63ff881d6beab523b07ca5 (patch)
tree3747b5db497b26f2186502c3372499579600be64 /nuttx/libxx
parent42b0f108f8d978774102cf4fd000e367dc9942a4 (diff)
Fix C++ dependencies, cleaning, ..
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4025 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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 38e3d3a73f..0326e64e45 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