]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Whoever added the Makefile rule to auto-build the Grammar didn't have
authorGuido van Rossum <guido@python.org>
Sat, 12 Aug 2000 14:45:50 +0000 (14:45 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 12 Aug 2000 14:45:50 +0000 (14:45 +0000)
commitb16b83534d008d45a2917bd2c4fd65010909dff2
tree93fc22b3dd777b9dfdb3b7efd328db17418274d1
parent4ca744c70e034e00295ba96f10191d946abd5c30
Whoever added the Makefile rule to auto-build the Grammar didn't have
his build directory in a different place than his source directory.  I
do, and it is supposed to be supported.  The naive patch caused an
endless recursion in the Make process.  This should take care of that.
Makefile.in