summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@gmail.com>2011-11-23 09:41:01 (GMT)
committerPat Thoyts <patthoyts@users.sourceforge.net>2013-06-04 09:01:34 (GMT)
commit0a2623269ff2996c453667a4abc12fbbbf2194b1 (patch)
treeef326e60c4161f7a47a83a8a9fbdd750fa536dd0 /config.mak.uname
parentb5c26758639cd934780620d4dd16854c8fdf8c34 (diff)
downloadgit-0a2623269ff2996c453667a4abc12fbbbf2194b1.zip
git-0a2623269ff2996c453667a4abc12fbbbf2194b1.tar.gz
git-0a2623269ff2996c453667a4abc12fbbbf2194b1.tar.bz2
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.uname1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 174703b..11af598 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