[issue11411] Fix typo in Makefile

2011-03-06 Thread Thomas Wouters
Thomas Wouters added the comment: Checked into 2.7, 3.1, 3.2 and default (d121681ed1cc, 12f0da000dc4, 686df11f0a14, bb2a9ea5c7d0.) -- resolution: -> fixed status: open -> closed ___ Python tracker __

[issue11411] Fix typo in Makefile

2011-03-06 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks fine, please commit. -- assignee: -> twouters nosy: +pitrou stage: -> commit review versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker __

[issue11411] Fix typo in Makefile

2011-03-05 Thread Thomas Wouters
New submission from Thomas Wouters : Fix a (double) typo in the Makefile, which prevents 'make DESTDIR=relative/path' from working correctly. -- files: destdir.diff keywords: easy, needs review, patch messages: 130146 nosy: twouters priority: normal severity: normal status: open title: