diff options
author | Georg Brandl <georg@python.org> | 2008-07-16 03:00:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-07-16 03:00:45 (GMT) |
commit | 3ccb78724127e3501067e8693fa15807e2777e9c (patch) | |
tree | 4de12b98b84ae2b1a88852ad799734f423525ecb /Mac/Makefile.in | |
parent | b6531d26d70e8600ee92f819aa44c96bf5884273 (diff) | |
download | cpython-3ccb78724127e3501067e8693fa15807e2777e9c.zip cpython-3ccb78724127e3501067e8693fa15807e2777e9c.tar.gz cpython-3ccb78724127e3501067e8693fa15807e2777e9c.tar.bz2 |
Merged revisions 64446,64490,64495,64526,64567 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r64446 | facundo.batista | 2008-06-21 19:43:56 +0200 (Sat, 21 Jun 2008) | 4 lines
Fixed issue #2888. Now the behaviour of pprint when working with nested
structures follows the common sense (and works like in 2.5 and 3.0).
........
r64490 | thomas.heller | 2008-06-23 21:51:41 +0200 (Mon, 23 Jun 2008) | 1 line
Include debug info when assembling win64.asm in a debug build.
........
r64495 | benjamin.peterson | 2008-06-24 04:41:08 +0200 (Tue, 24 Jun 2008) | 1 line
minor fix
........
r64526 | mark.dickinson | 2008-06-25 17:29:32 +0200 (Wed, 25 Jun 2008) | 2 lines
issue #3199: Fix typo in Mac/Makefile.in
........
r64567 | mark.dickinson | 2008-06-28 00:20:14 +0200 (Sat, 28 Jun 2008) | 3 lines
Fix typo in configure.in, and propagate configure.in changes from r64002
to configure and pyconfig.h.in.
........
Diffstat (limited to '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 d12adcc..8fcd8df 100644 --- a/Mac/Makefile.in +++ b/Mac/Makefile.in @@ -112,7 +112,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 |