summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2007-04-07 01:30:43 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2007-04-07 01:30:43 -0700
commitced38ea252cb8b0315f4d2a54648b11c6c090657 (patch)
tree0c398a6bf408bb47fafc65c918b24b1bafeed7b1 /Makefile
parentMerge branch 'maint' (diff)
parentDocumentation: tighten dependency for git.{html,txt} (diff)
downloadtgif-ced38ea252cb8b0315f4d2a54648b11c6c090657.tar.xz
Merge branch 'maint'
* maint: Documentation: tighten dependency for git.{html,txt} Makefile: iconv() on Darwin has the old interface t5300-pack-object.sh: portability issue using /usr/bin/stat t3200-branch.sh: small language nit usermanual.txt: some capitalization nits Make builtin-branch.c handle the git config file rename_ref(): only print a warning when config-file update fails Distinguish branches by more than case in tests. Avoid composing too long "References" header. cvsimport: Improve formating consistency cvsimport: Reorder options in documentation for better understanding cvsimport: Improve usage error reporting cvsimport: Improve documentation of CVSROOT and CVS module determination cvsimport: sync usage lines with existing options Conflicts: Documentation/Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 45dbcf6edf..ba214589cb 100644
--- a/Makefile
+++ b/Makefile
@@ -385,6 +385,7 @@ endif
ifeq ($(uname_S),Darwin)
NEEDS_SSL_WITH_CRYPTO = YesPlease
NEEDS_LIBICONV = YesPlease
+ OLD_ICONV = UnfortunatelyYes
NO_STRLCPY = YesPlease
endif
ifeq ($(uname_S),SunOS)