]> granicus.if.org Git - python/commit
Bug submitted by Wayne Knowles, who writes:
authorGuido van Rossum <guido@python.org>
Fri, 12 Mar 1999 22:07:05 +0000 (22:07 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Mar 1999 22:07:05 +0000 (22:07 +0000)
commit7039f50828473a030123d2bc2990532bcac9b5d9
tree2689ef83d2ffe6ba76fe7278c36d4d293e984d4c
parentbf5a6d2eb4664f6508a74e7890abe6b07504e6b0
Bug submitted by Wayne Knowles, who writes:

   Under Windows, python freeze.py -o hello hello.py
   creates all the correct files in the hello subdirectory, but the
   Makefile has the directory prefix in it for frozen_extensions.c
   nmake fails because it tries to locate hello/frozen_extensions.c

(His fix adds a call to os.path.basename() in the appropriate place.)
Tools/freeze/freeze.py