summaryrefslogtreecommitdiff
path: root/Mac/Makefile.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-04 13:06:58 +0000
committerGeorg Brandl <georg@python.org>2008-06-04 13:06:58 +0000
commite1b5ac640841e4233bcd0204efcd50fe9b50a6d0 (patch)
treee0baea9c87f7ceee0cba306689bca1f0607b241d /Mac/Makefile.in
parenta26f8ca668d09eff8ab03ef3d1cddb9bfbc6d124 (diff)
downloadcpython-git-e1b5ac640841e4233bcd0204efcd50fe9b50a6d0.tar.gz
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Diffstat (limited to 'Mac/Makefile.in')
-rw-r--r--Mac/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Makefile.in b/Mac/Makefile.in
index 34734d0413..862934d68d 100644
--- a/Mac/Makefile.in
+++ b/Mac/Makefile.in
@@ -226,8 +226,8 @@ installmacsubtree:
$(RUNSHARED) $(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
- $(RUNSHARED) $(BUILDPYTHON) -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
- $(RUNSHARED) $(BUILDPYTHON) -O -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
+ $(RUNSHARED) $(BUILDPYTHON) -Wi $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
+ $(RUNSHARED) $(BUILDPYTHON) -O -Wi $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
$(INSTALLED_PYTHONAPP): install_Python