mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
issue #3199: Fix typo in Mac/Makefile.in
This commit is contained in:
parent
264800822a
commit
1b6c4c80a3
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ altinstallunixtools:
|
|||
$(INSTALL) -d -m $(DIRMODE) "$(DESTDIR)$(FRAMEWORKUNIXTOOLSPREFIX)/bin" ;\
|
||||
fi
|
||||
for fn in python$(VERSION) pythonw$(VERSION) idle$(VERSION) \
|
||||
pydoc$(VERSION) python$(VERSION)-config) smtpd$(VERSION).py ;\
|
||||
pydoc$(VERSION) python$(VERSION)-config smtpd$(VERSION).py ;\
|
||||
do \
|
||||
ln -fs "$(prefix)/bin/$${fn}" "$(DESTDIR)$(FRAMEWORKUNIXTOOLSPREFIX)/bin/$${fn}" ;\
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue