]> granicus.if.org Git - git/commitdiff
Makefile: Do not use OLD_ICONV on MINGW anymore
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 23 Nov 2011 09:41:01 +0000 (10:41 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 4 Jun 2013 09:01:34 +0000 (10:01 +0100)
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 <sschuberth@gmail.com>
config.mak.uname

index 174703b67cc75fc48fd3bf5345468e9eeca89fc2..11af5984cd90fdc34c213486778ca28f0b8e2eb8 100644 (file)
@@ -481,7 +481,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