summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-06-22 14:15:20 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-06-22 14:15:20 -0700
commitdf7fd961a9d9ba60840ffc0868d36cc3db2aec74 (patch)
tree3f5090d591b2308f553a9ee3764eb004c2dd0218 /Makefile
parentNinth batch for 2.14 (diff)
parentconfigure.ac: loosen FREAD_READS_DIRECTORIES test program (diff)
downloadtgif-df7fd961a9d9ba60840ffc0868d36cc3db2aec74.tar.xz
Merge branch 'nd/fopen-errors'
Hotfix for a topic that is already in 'master'. * nd/fopen-errors: configure.ac: loosen FREAD_READS_DIRECTORIES test program
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f484801638..b94cd5633c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,8 @@ all::
# have been written to the final string if enough space had been available.
#
# Define FREAD_READS_DIRECTORIES if you are on a system which succeeds
-# when attempting to read from an fopen'ed directory.
+# when attempting to read from an fopen'ed directory (or even to fopen
+# it at all).
#
# Define NO_OPENSSL environment variable if you do not have OpenSSL.
# This also implies BLK_SHA1.