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 --- extensions/Library_log.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'extensions/Library_log.mk') diff --git a/extensions/Library_log.mk b/extensions/Library_log.mk index 77ed1dd5ae36..546584697710 100644 --- a/extensions/Library_log.mk +++ b/extensions/Library_log.mk @@ -30,9 +30,6 @@ $(eval $(call gb_Library_Library,log)) -$(eval $(call gb_Library_use_packages,log,\ -)) - $(eval $(call gb_Library_set_componentfile,log,extensions/source/logging/log)) $(eval $(call gb_Library_use_external,log,boost_headers)) -- cgit