diff -r c6a8e7debbe5 -r bb2a9ea5c7d0 Makefile.pre.in --- a/Makefile.pre.in Sun Mar 06 09:06:34 2011 -0600 +++ b/Makefile.pre.in Sun Mar 06 11:52:15 2011 -0800 @@ -1101,7 +1101,7 @@ --prefix=$(prefix) \ --install-scripts=$(BINDIR) \ --install-platlib=$(DESTSHARED) \ - --root=/$(DESTDIR) + --root=$(DESTDIR)/ # Here are a couple of targets for MacOSX again, to install a full # framework-based Python. frameworkinstall installs everything, the @@ -1172,7 +1172,7 @@ ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \ --prefix=$(prefix) \ --install-scripts=$(BINDIR) \ - --root=/$(DESTDIR) + --root=$(DESTDIR)/ # Build the toplevel Makefile Makefile.pre: Makefile.pre.in config.status diff -r c6a8e7debbe5 -r bb2a9ea5c7d0 Misc/NEWS --- a/Misc/NEWS Sun Mar 06 09:06:34 2011 -0600 +++ b/Misc/NEWS Sun Mar 06 11:52:15 2011 -0800 @@ -154,6 +154,8 @@ Build ----- +- Issue #11411: Fix 'make DESTDIR=' with a relative destination. + - Issue #11268: Prevent Mac OS X Installer failure if Documentation package had previously been installed.