issue #3199: Fix typo in Mac/Makefile.in

This commit is contained in:
Mark Dickinson 2008-06-25 15:29:32 +00:00
parent 264800822a
commit 1b6c4c80a3

View file

@ -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