From 1a1f1fbdf035d731a2a26fa8eeeac1195181e9fe Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 6 May 2013 23:46:30 +0200 Subject: gbuild: ExternalProject: remove second parameter again... ... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8 --- fontconfig/ExternalProject_fontconfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fontconfig') diff --git a/fontconfig/ExternalProject_fontconfig.mk b/fontconfig/ExternalProject_fontconfig.mk index 783fb4979a53..f4584f02e1b1 100644 --- a/fontconfig/ExternalProject_fontconfig.mk +++ b/fontconfig/ExternalProject_fontconfig.mk @@ -7,7 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_ExternalProject_ExternalProject,fontconfig,fontconfig)) +$(eval $(call gb_ExternalProject_ExternalProject,fontconfig)) $(eval $(call gb_ExternalProject_use_packages,fontconfig,\ freetype \ -- cgit