summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-19 20:25:30 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-24 05:18:15 +0000
commit1cc9bbfd57e401dbaa5bb2c1abf2fa427c7a966d (patch)
tree065eb1be3cee8ff221f7c613a06f15e6c536b2fc /sal
parentc042cd05e9960742ba0d6b69058ac55092171bd3 (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 'sal')
-rw-r--r--sal/Library_sal.mk3
-rw-r--r--sal/Library_uwinapi.mk3
-rw-r--r--sal/StaticLibrary_salcpprt.mk3
3 files changed, 0 insertions, 9 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 100fa786b431..02db1d17751f 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -31,9 +31,6 @@ $(eval $(call gb_Library_set_soversion_script,sal,3,$(SRCDIR)/sal/util/sal.map))
$(eval $(call gb_Library_set_precompiled_header,sal,$(SRCDIR)/sal/inc/pch/precompiled_sal))
-$(eval $(call gb_Library_use_packages,sal,\
-))
-
$(eval $(call gb_Library_set_include,sal,\
$$(INCLUDE) \
-I$(SRCDIR)/sal/inc \
diff --git a/sal/Library_uwinapi.mk b/sal/Library_uwinapi.mk
index 1d6f2aceec36..f62e043be150 100644
--- a/sal/Library_uwinapi.mk
+++ b/sal/Library_uwinapi.mk
@@ -27,9 +27,6 @@
$(eval $(call gb_Library_Library,uwinapi))
-$(eval $(call gb_Library_use_packages,uwinapi,\
-))
-
$(eval $(call gb_Library_use_system_win32_libs,uwinapi,\
$(if $(filter $(COM),MSC), \
kernel32 \
diff --git a/sal/StaticLibrary_salcpprt.mk b/sal/StaticLibrary_salcpprt.mk
index 475139ca3b1f..296f064c9e85 100644
--- a/sal/StaticLibrary_salcpprt.mk
+++ b/sal/StaticLibrary_salcpprt.mk
@@ -27,9 +27,6 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,salcpprt))
-$(eval $(call gb_StaticLibrary_use_packages,salcpprt,\
-))
-
$(eval $(call gb_StaticLibrary_add_defs,salcpprt, \
$(LFS_CFLAGS) \
))