mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
#1095: ln -f doesn't work portably, fix in Makefile.
This commit is contained in:
parent
8360d5de7e
commit
bd9d544f8d
1 changed files with 2 additions and 1 deletions
|
@ -660,7 +660,8 @@ bininstall: altbininstall
|
|||
else true; \
|
||||
fi
|
||||
(cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON))
|
||||
(cd $(DESTDIR)$(BINDIR); $(LN) -sf python$(VERSION)-config python-config)
|
||||
-rm -f $(DESTDIR)$(BINDIR)/python-config
|
||||
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python-config)
|
||||
|
||||
# Install the interpreter with $(VERSION) affixed
|
||||
# This goes into $(exec_prefix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue