From 51149806f890e8181c016713cff30bc0c9c06450 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 9 Apr 2013 09:22:20 +0200 Subject: rename expat external to 'expat' expat_utf16 is long gone, so there is no need to fool around with expat_utf8. Change-Id: I0dd4a5c4d78805e98913e645cc83d2ab634bcb89 --- xmlhelp/Library_tvhlp1.mk | 2 +- xmlhelp/Library_ucpchelp1.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/Library_tvhlp1.mk b/xmlhelp/Library_tvhlp1.mk index cb0aeec73284..b2624e9a8363 100644 --- a/xmlhelp/Library_tvhlp1.mk +++ b/xmlhelp/Library_tvhlp1.mk @@ -33,7 +33,7 @@ $(eval $(call gb_Library_use_sdk_api,tvhlp1)) $(eval $(call gb_Library_use_externals,tvhlp1,\ boost_headers \ - expat_utf8 \ + expat \ )) $(eval $(call gb_Library_use_libraries,tvhlp1,\ diff --git a/xmlhelp/Library_ucpchelp1.mk b/xmlhelp/Library_ucpchelp1.mk index ecadcca943f0..6ff8f1a41991 100644 --- a/xmlhelp/Library_ucpchelp1.mk +++ b/xmlhelp/Library_ucpchelp1.mk @@ -58,7 +58,7 @@ $(eval $(call gb_Library_use_sdk_api,ucpchelp1)) $(eval $(call gb_Library_use_externals,ucpchelp1,\ boost_headers \ clucene \ - expat_utf8 \ + expat \ libxml2 \ libxslt \ )) -- cgit