summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-04-07 23:22:10 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-08 01:05:53 +0200
commit4c50f23f87e391d93ded2564000589ef1a70696a (patch)
treebc9bd46141e011c69d34f9122191f5b22224f15e /tools
parentec3bf5e35ef08cdf809272d31308d70342993398 (diff)
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
Diffstat (limited to 'tools')
-rw-r--r--tools/Library_tl.mk2
-rw-r--r--tools/StaticLibrary_ooopathutils.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index cddc0cc89774..2571031323ba 100644
--- a/tools/Library_tl.mk
+++ b/tools/Library_tl.mk
@@ -28,7 +28,7 @@
$(eval $(call gb_Library_Library,tl))
-$(eval $(call gb_Library_add_package_headers,tl,tools_inc))
+$(eval $(call gb_Library_use_package,tl,tools_inc))
$(eval $(call gb_Library_use_custom_headers,tl,tools/reversemap))
diff --git a/tools/StaticLibrary_ooopathutils.mk b/tools/StaticLibrary_ooopathutils.mk
index e32c947ded78..a656700245ae 100644
--- a/tools/StaticLibrary_ooopathutils.mk
+++ b/tools/StaticLibrary_ooopathutils.mk
@@ -28,7 +28,7 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,ooopathutils))
-$(eval $(call gb_StaticLibrary_add_package_headers,ooopathutils,tools_inc))
+$(eval $(call gb_StaticLibrary_use_package,ooopathutils,tools_inc))
$(eval $(call gb_StaticLibrary_add_exception_objects,ooopathutils,\
tools/source/misc/pathutils \