From 7d27baac407de0877be0da49faba927b0e1e385f Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 23 Nov 2011 10:41:01 +0100 Subject: [PATCH] Makefile: Do not use OLD_ICONV on MINGW anymore We are building libiconv now the same way as upstream MinGW does, so we do not need OLD_ICONV anymore when compiling Git either in msysGit or mingwGitDevEnv. Signed-off-by: Sebastian Schuberth --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 052f285cda..f545ce34c5 100644 --- a/Makefile +++ b/Makefile @@ -1251,7 +1251,6 @@ ifneq (,$(findstring MINGW,$(uname_S))) NO_FNMATCH = YesPlease NO_MEMMEM = YesPlease NEEDS_LIBICONV = YesPlease - OLD_ICONV = YesPlease NO_STRTOUMAX = YesPlease NO_MKDTEMP = YesPlease NO_MKSTEMPS = YesPlease