mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Bug 1266999 - Stop writing XPT_NAME in backend.mk; r=glandium
It is unused and no longer serves a purpose. MozReview-Commit-ID: ECzfSbqgA1z --HG-- extra : rebase_source : 0e0104b42a73c2436b59f09732c27e78a2619ca1
This commit is contained in:
parent
8fc23a5fdd
commit
0de1705927
@ -229,8 +229,6 @@ class BackendMakeFile(object):
|
||||
|
||||
def close(self):
|
||||
if self.xpt_name:
|
||||
self.fh.write('XPT_NAME := %s\n' % self.xpt_name)
|
||||
|
||||
# We just recompile all xpidls because it's easier and less error
|
||||
# prone.
|
||||
self.fh.write('NONRECURSIVE_TARGETS += export\n')
|
||||
|
Loading…
Reference in New Issue
Block a user