Commit 39fc9b1
committed
gh-103053: Fix BUILDPYTHON target of Makefile
The BUILDPYTHON target of Makefile now uses "-o $(BUILDPYTHON)"
instead of "-o $@". On FreeBSD when Python is built out of tree,
"$@" contains the source directory, whereas the build directory is
expected.1 parent 3c0f65e commit 39fc9b1
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
786 | | - | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
787 | 790 | | |
788 | 791 | | |
789 | 792 | | |
| |||
0 commit comments