Skip to content

Commit

Permalink
Revert the addition of a blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 30, 2019
1 parent b695898 commit 15a0ded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gyp/pylib/gyp/generator/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,6 @@ def WriteMakeRule(self, outputs, inputs, actions=None, comment=None,
# - The multi-output rule will have an do-nothing recipe.

# Hash the target name to avoid generating overlong filenames.

cmddigest = hashlib.sha1((command or self.target).encode('utf-8')).hexdigest()
intermediate = "%s.intermediate" % cmddigest
self.WriteLn('%s: %s' % (' '.join(outputs), intermediate))
Expand Down

0 comments on commit 15a0ded

Please sign in to comment.