From: Guido van Rossum Date: Fri, 6 Mar 1998 19:55:36 +0000 (+0000) Subject: Got rid of the last tab character in this file. X-Git-Tag: v1.5.1~477 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b0e7b56865aad1c08f8f7d5f32534a92e59e90c;p=thirdparty%2FPython%2Fcpython.git Got rid of the last tab character in this file. --- diff --git a/Tools/freeze/winmakemakefile.py b/Tools/freeze/winmakemakefile.py index 972f400e751d..e9b391db5b18 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,