From 1cc9bbfd57e401dbaa5bb2c1abf2fa427c7a966d Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 19 Apr 2013 20:25:30 +0200 Subject: gbuild: drop empty use_packages calls Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon Tested-by: David Tardon --- pyuno/Library_pyuno_wrapper.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'pyuno') diff --git a/pyuno/Library_pyuno_wrapper.mk b/pyuno/Library_pyuno_wrapper.mk index 18f1875ab77b..911beef652c1 100644 --- a/pyuno/Library_pyuno_wrapper.mk +++ b/pyuno/Library_pyuno_wrapper.mk @@ -26,9 +26,6 @@ $(eval $(call gb_Library_Library,pyuno_wrapper)) -$(eval $(call gb_Library_use_packages,pyuno_wrapper,\ -)) - $(eval $(call gb_Library_set_include,pyuno_wrapper,\ -I$(SRCDIR)/pyuno/source/module \ -I$(SRCDIR)/pyuno/inc \ -- cgit