about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-10-09 18:22:55 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-10-09 18:24:45 +0800
commit8204c733523675d505a8c726ec65b65e15485ce1 (patch)
tree92de5d30da1c4a0bd401bafbe47f2e159f7be533 /README.md
parent2b51dac1f9750f6eb4988f3c23b0e8f618136b6b (diff)
downloadyoutube-dl-8204c733523675d505a8c726ec65b65e15485ce1.tar.gz
youtube-dl-8204c733523675d505a8c726ec65b65e15485ce1.tar.xz
youtube-dl-8204c733523675d505a8c726ec65b65e15485ce1.zip
[Makefile] Fix for GNU make < 4 (closes #9387)
Shell assignment operator in BSD make != is ported to GNU make in
version 4.0, so 3.x doesn't work. I choose to drop BSD make support as
installing GNU make on *BSD systems is easier than installing newer GNU
make.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4debe15fe..1cb44b2cf 100644
--- a/README.md
+++ b/README.md
@@ -923,7 +923,7 @@ To run the test, simply invoke your favorite test runner, or execute a test file
 If you want to create a build of youtube-dl yourself, you'll need
 
 * python
-* make (both GNU make and BSD make are supported)
+* make (only GNU make is supported)
 * pandoc
 * zip
 * nosetests