[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.
This commit is contained in:
Yen Chi Hsuan 2016-10-09 18:22:55 +08:00
parent 2b51dac1f9
commit 8204c73352
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
3 changed files with 9 additions and 3 deletions

View file

@ -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