Bug 940202 followup, due to missing a review comment.

This commit is contained in:
Joshua Cranmer 2013-11-19 00:16:34 -06:00
parent 40f2b0e149
commit aa46ce9d92

View File

@ -1077,7 +1077,7 @@ class RecursiveMakeBackend(CommonBackend):
if objdir.startswith(topobjdir + '/'):
relpath = '$(DEPTH)/%s' % mozpath.relpath(objdir, topobjdir)
else:
relpath = os.path.relpath(objdir, thisobjdir)
relpath = mozpath.relpath(objdir, thisobjdir)
backend_file.write('SHARED_LIBRARY_LIBS += %s/$(LIB_PREFIX)%s.$(LIB_SUFFIX)\n'
% (relpath, basename))