changeset: 92217:9b1bd9d42cc7 branch: 3.4 parent: 92214:a249f1f879be user: Ned Deily date: Sat Aug 23 18:10:16 2014 -0700 files: Makefile.pre.in description: Issue #21166: fix typo in comment diff -r a249f1f879be -r 9b1bd9d42cc7 Makefile.pre.in --- a/Makefile.pre.in Sat Aug 23 19:29:47 2014 -0400 +++ b/Makefile.pre.in Sat Aug 23 18:10:16 2014 -0700 @@ -547,7 +547,7 @@ # pybuilddir.txt contains the name of the build dir and is used for # sys.path fixup -- see Modules/getpath.c. # Since this step runs before shared modules are built, try to avoid bootstrap -# problems by creating a dummy pybuildstr.txt just to allow interpreter +# problems by creating a dummy pybuilddir.txt just to allow interpreter # initialization to succeed. It will be overwritten by generate-posix-vars # or removed in case of failure. pybuilddir.txt: $(BUILDPYTHON)