summaryrefslogtreecommitdiffstats
path: root/include/uclibc++.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-10-24 13:05:10 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-10-24 13:05:10 +0000
commit3948c077c972f684c0257129d02c17aacea08452 (patch)
treeab6c4394267e2d2ee182551db03fea4a274030de /include/uclibc++.mk
parent0678ef76099904d10cb2f6786d6826548b73ec46 (diff)
downloadmaster-31e0f0ae-3948c077c972f684c0257129d02c17aacea08452.tar.gz
master-31e0f0ae-3948c077c972f684c0257129d02c17aacea08452.tar.bz2
master-31e0f0ae-3948c077c972f684c0257129d02c17aacea08452.zip
make CXX_DEPENDS also depend on INSTALL_LIBSTDCPP
SVN-Revision: 33908
Diffstat (limited to 'include/uclibc++.mk')
-rw-r--r--include/uclibc++.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uclibc++.mk b/include/uclibc++.mk
index a1a61f26d4..89298e3f30 100644
--- a/include/uclibc++.mk
+++ b/include/uclibc++.mk
@@ -5,7 +5,7 @@ ifndef DUMP
endif
PKG_PREPARED_DEPENDS += CONFIG_USE_UCLIBCXX
-CXX_DEPENDS = +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp
+CXX_DEPENDS = @INSTALL_LIBSTDCPP +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp
ifneq ($(CONFIG_USE_UCLIBCXX),)
ifneq ($(CONFIG_CCACHE),)