diff options
author | Guido van Rossum <guido@python.org> | 1998-03-06 19:55:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-03-06 19:55:36 (GMT) |
commit | 0b0e7b56865aad1c08f8f7d5f32534a92e59e90c (patch) | |
tree | c5548ba2ce6e171f0361d0088fea349cb1b9aed2 /Tools/freeze | |
parent | ab045f952cee898c01f181105bb9f346e9338852 (diff) | |
download | cpython-0b0e7b56865aad1c08f8f7d5f32534a92e59e90c.zip cpython-0b0e7b56865aad1c08f8f7d5f32534a92e59e90c.tar.gz cpython-0b0e7b56865aad1c08f8f7d5f32534a92e59e90c.tar.bz2 |
Got rid of the last tab character in this file.
Diffstat (limited to 'Tools/freeze')
-rw-r--r-- | Tools/freeze/winmakemakefile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/freeze/winmakemakefile.py b/Tools/freeze/winmakemakefile.py index 972f400..e9b391d 100644 --- a/Tools/freeze/winmakemakefile.py +++ b/Tools/freeze/winmakemakefile.py @@ -44,7 +44,7 @@ def realwork(vars, files, target): print "-I$(pythonhome)/Include -I$(pythonhome)/PC \\" print "\t\t$(cflags) $(cdebug) $(cinclude) \\" print "\t\t", file - print + print print "$(target).exe:", for obj in objects: print obj, |