summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-06 20:37:45 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-08 13:09:34 +0200
commitb409f11f8ba2595e8f630c0b82ef8d919cb98148 (patch)
tree94d7b4641c0837f7ac2738f84462c83a17f1664a /boost
parent707194e7b9263a33508905438281090bd201e34d (diff)
rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libs
Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
Diffstat (limited to 'boost')
-rw-r--r--boost/StaticLibrary_boostdatetime.mk2
-rw-r--r--boost/StaticLibrary_boostthread.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/boost/StaticLibrary_boostdatetime.mk b/boost/StaticLibrary_boostdatetime.mk
index 85ba8ffc0710..cdd2bb2dd12e 100644
--- a/boost/StaticLibrary_boostdatetime.mk
+++ b/boost/StaticLibrary_boostdatetime.mk
@@ -13,7 +13,7 @@ $(eval $(call gb_StaticLibrary_set_warnings_not_errors,boostdatetime))
$(eval $(call gb_StaticLibrary_use_unpacked,boostdatetime,boost))
-$(eval $(call gb_StaticLibrary_set_cxx_suffix,boostdatetime,cpp))
+$(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,boostdatetime,cpp))
$(eval $(call gb_StaticLibrary_add_generated_exception_objects,boostdatetime,\
UnpackedTarball/boost/libs/date_time/src/gregorian/date_generators \
diff --git a/boost/StaticLibrary_boostthread.mk b/boost/StaticLibrary_boostthread.mk
index 1b4c8fe1bfd7..9a00cd96c5ff 100644
--- a/boost/StaticLibrary_boostthread.mk
+++ b/boost/StaticLibrary_boostthread.mk
@@ -13,7 +13,7 @@ $(eval $(call gb_StaticLibrary_set_warnings_not_errors,boostthread))
$(eval $(call gb_StaticLibrary_use_unpacked,boostthread,boost))
-$(eval $(call gb_StaticLibrary_set_cxx_suffix,boostthread,cpp))
+$(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,boostthread,cpp))
$(eval $(call gb_StaticLibrary_add_generated_exception_objects,boostthread,\
UnpackedTarball/boost/libs/thread/src/win32/thread \