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 /sax | |
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 'sax')
-rw-r--r-- | sax/Library_sax.mk | 3 | ||||
-rw-r--r-- | sax/StaticLibrary_sax_shared.mk | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sax/Library_sax.mk b/sax/Library_sax.mk index 07c3b729bc07..ebb314ce152c 100644 --- a/sax/Library_sax.mk +++ b/sax/Library_sax.mk @@ -9,9 +9,6 @@ $(eval $(call gb_Library_Library,sax)) -$(eval $(call gb_Library_use_package,sax,\ -)) - $(eval $(call gb_Library_set_include,sax,\ -I$(SRCDIR)/sax/inc \ $$(INCLUDE) \ diff --git a/sax/StaticLibrary_sax_shared.mk b/sax/StaticLibrary_sax_shared.mk index 0c49ab68d0bc..cdbc3c88843f 100644 --- a/sax/StaticLibrary_sax_shared.mk +++ b/sax/StaticLibrary_sax_shared.mk @@ -9,9 +9,6 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,sax_shared)) -$(eval $(call gb_StaticLibrary_use_packages,sax_shared,\ -)) - $(eval $(call gb_StaticLibrary_set_include,sax_shared,\ -I$(SRCDIR)/sax/inc \ $$(INCLUDE) \ |