Bug 860894 - Fix typelib.py after bug 462463. r=ted

This commit is contained in:
Mike Hommey 2013-04-14 10:11:06 +02:00
parent a84db0dfe3
commit dfc662d0fe

View File

@ -298,3 +298,5 @@ if __name__ == '__main__':
deps = [dep.replace('\\', '/') for dep in idl.deps]
print >>depfd, "%s: %s" % (options.outfile, " ".join(deps))
for dep in deps:
print >>depfd, "%s:" % dep