diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2008-06-25 15:29:32 +0000 |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2008-06-25 15:29:32 +0000 |
commit | 1b6c4c80a3e4be52977a157c06aff06aacd4d2a8 (patch) | |
tree | bf78e4e270c0a434738adebeea8ebbdfb13e92b2 | |
parent | 264800822a673f4faf9e377f07ea13f636944e75 (diff) | |
download | cpython-git-1b6c4c80a3e4be52977a157c06aff06aacd4d2a8.tar.gz |
issue #3199: Fix typo in Mac/Makefile.in
-rw-r--r-- | Mac/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Makefile.in b/Mac/Makefile.in index b241fa4b18..6a917b7bc8 100644 --- a/Mac/Makefile.in +++ b/Mac/Makefile.in @@ -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 |