mirror of https://github.com/python/cpython
Don't use "?=" which seems to be a GNUism.
This commit is contained in:
parent
64dec73154
commit
7094a0c9a8
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
|
||||
# You can set these variables from the command line.
|
||||
PYTHON ?= python
|
||||
SVNROOT ?= http://svn.python.org/projects
|
||||
SPHINXOPTS ?=
|
||||
PYTHON = python
|
||||
SVNROOT = http://svn.python.org/projects
|
||||
SPHINXOPTS =
|
||||
|
||||
ALLSPHINXOPTS = -b$(BUILDER) -dbuild/doctrees $(SPHINXOPTS) . build/$(BUILDER)
|
||||
|
||||
|
|
Loading…
Reference in New Issue