From b63029c8072c10c03b2fc36fe82619f0cff0ca18 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Wed, 16 Oct 2013 15:15:56 +0200 Subject: no need to double the conditional, once is enough MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - the whole module wont be loaded with --with-system-libpng because of the gb_Helper_optional thingie one level up Change-Id: I885fedf82bdbb383a3caee343422dc79528838e0 Reviewed-on: https://gerrit.libreoffice.org/6266 Reviewed-by: Björn Michaelsen Tested-by: Björn Michaelsen --- external/libpng/Module_libpng.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'external') diff --git a/external/libpng/Module_libpng.mk b/external/libpng/Module_libpng.mk index d61375d18d05..afb0016fbaf4 100644 --- a/external/libpng/Module_libpng.mk +++ b/external/libpng/Module_libpng.mk @@ -9,13 +9,9 @@ $(eval $(call gb_Module_Module,libpng)) -ifeq ($(SYSTEM_LIBPNG),NO) - $(eval $(call gb_Module_add_targets,libpng,\ StaticLibrary_png \ UnpackedTarball_png \ )) -endif - # vim: set noet sw=4 ts=4: -- cgit