Got rid of the last tab character in this file.

This commit is contained in:
Guido van Rossum 1998-03-06 19:55:36 +00:00
parent ab045f952c
commit 0b0e7b5686
1 changed files with 1 additions and 1 deletions

View File

@ -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,