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 --- codemaker/StaticLibrary_codemaker.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'codemaker/StaticLibrary_codemaker.mk') diff --git a/codemaker/StaticLibrary_codemaker.mk b/codemaker/StaticLibrary_codemaker.mk index 7eae7d484ae9..a20d4cc8cd77 100644 --- a/codemaker/StaticLibrary_codemaker.mk +++ b/codemaker/StaticLibrary_codemaker.mk @@ -29,9 +29,6 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,codemaker)) $(eval $(call gb_StaticLibrary_use_external,codemaker,boost_headers)) -$(eval $(call gb_StaticLibrary_use_packages,codemaker,\ -)) - $(eval $(call gb_StaticLibrary_add_exception_objects,codemaker,\ codemaker/source/codemaker/exceptiontree \ codemaker/source/codemaker/global \ -- cgit