aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-22 14:15:20 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-22 14:15:20 -0700
commitdf7fd961a9d9ba60840ffc0868d36cc3db2aec74 (patch)
tree3f5090d591b2308f553a9ee3764eb004c2dd0218 /Makefile
parent05ec6e13aaf33b6a647e1321203a770e697eea9a (diff)
parent3adf9fdecfb0cd31a83ef3af1d8d631a1acd392b (diff)
downloadgit-df7fd961a9d9ba60840ffc0868d36cc3db2aec74.tar.gz
git-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 f48480163..b94cd5633 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.