diff options
author | Sebastian Schuberth <sschuberth@gmail.com> | 2011-11-23 10:41:01 +0100 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2013-06-04 10:01:34 +0100 |
commit | 0a2623269ff2996c453667a4abc12fbbbf2194b1 (patch) | |
tree | ef326e60c4161f7a47a83a8a9fbdd750fa536dd0 /config.mak.uname | |
parent | b5c26758639cd934780620d4dd16854c8fdf8c34 (diff) | |
download | git-0a2623269ff2996c453667a4abc12fbbbf2194b1.tar.gz |
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 <sschuberth@gmail.com>
Diffstat (limited to 'config.mak.uname')
-rw-r--r-- | config.mak.uname | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname index 174703b67c..11af5984cd 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -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 |