From 5d4c2f391d1f7b8e4cad50c517e9ee6b69196321 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 f9e058b457..cf535854b7 100644 --- a/Makefile +++ b/Makefile @@ -1312,7 +1312,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 -- 2.11.4.GIT