diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-19 20:25:30 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-24 05:18:15 +0000 |
commit | 1cc9bbfd57e401dbaa5bb2c1abf2fa427c7a966d (patch) | |
tree | 065eb1be3cee8ff221f7c613a06f15e6c536b2fc /ucb | |
parent | c042cd05e9960742ba0d6b69058ac55092171bd3 (diff) |
gbuild: drop empty use_packages calls
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f
Reviewed-on: https://gerrit.libreoffice.org/3503
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/Library_srtrs1.mk | 3 | ||||
-rw-r--r-- | ucb/Library_ucpext.mk | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/ucb/Library_srtrs1.mk b/ucb/Library_srtrs1.mk index b073620ff1cf..e60725815be2 100644 --- a/ucb/Library_srtrs1.mk +++ b/ucb/Library_srtrs1.mk @@ -27,9 +27,6 @@ $(eval $(call gb_Library_Library,srtrs1)) -$(eval $(call gb_Library_use_packages,srtrs1,\ -)) - $(eval $(call gb_Library_set_componentfile,srtrs1,ucb/source/sorter/srtrs1)) $(eval $(call gb_Library_use_sdk_api,srtrs1)) diff --git a/ucb/Library_ucpext.mk b/ucb/Library_ucpext.mk index 71fe40f9daf9..e52023180386 100644 --- a/ucb/Library_ucpext.mk +++ b/ucb/Library_ucpext.mk @@ -27,9 +27,6 @@ $(eval $(call gb_Library_Library,ucpext)) -$(eval $(call gb_Library_use_packages,ucpext,\ -)) - $(eval $(call gb_Library_set_componentfile,ucpext,ucb/source/ucp/ext/ucpext)) $(eval $(call gb_Library_use_external,ucpext,boost_headers)) |