summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-01-15 21:48:46 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-01-15 21:48:46 -0800
commitcf2870addaa747b7038ebfa0b580e92f0affd2d6 (patch)
treec52e4364e7c708f14e99b5e61f9c74361ffd95a9 /Makefile
parentMerge branch 'ug/doc-lose-dircache' (diff)
parentgettext.c: remove/reword a mostly-useless comment (diff)
downloadtgif-cf2870addaa747b7038ebfa0b580e92f0affd2d6.tar.xz
Merge branch 'ab/gettext-charset-comment-fix'
Comments update. * ab/gettext-charset-comment-fix: gettext.c: remove/reword a mostly-useless comment Makefile: remove a warning about old GETTEXT_POISON flag
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7a141facc7..4edfda3e00 100644
--- a/Makefile
+++ b/Makefile
@@ -1554,9 +1554,6 @@ endif
ifdef NO_SYMLINK_HEAD
BASIC_CFLAGS += -DNO_SYMLINK_HEAD
endif
-ifdef GETTEXT_POISON
-$(warning The GETTEXT_POISON option has been removed in favor of runtime GIT_TEST_GETTEXT_POISON. See t/README!)
-endif
ifdef NO_GETTEXT
BASIC_CFLAGS += -DNO_GETTEXT
USE_GETTEXT_SCHEME ?= fallthrough