diff --git a/xpcom/reflect/xptcall/src/md/unix/Makefile.in b/xpcom/reflect/xptcall/src/md/unix/Makefile.in index 0371cacd7f4..02f87f5f9dc 100644 --- a/xpcom/reflect/xptcall/src/md/unix/Makefile.in +++ b/xpcom/reflect/xptcall/src/md/unix/Makefile.in @@ -425,9 +425,9 @@ xptcstubs_asm_x86_solaris_SUNW.o: $(PUBLIC)/xptcstubsdef.inc $(srcdir)/xptcstubs -e 's/^\(STUB_ENTRY\)(\([0-9]\))/\11\(\2\)/' \ -e 's/^\(STUB_ENTRY\)(\([0-9][0-9]\))/\12\(\2\)/' \ -e 's/^\(STUB_ENTRY\)(\([0-9][0-9][0-9]\))/\13\(\2\)/' \ - $(PUBLIC)/xptcstubsdef.inc > ./xptcstubsdef_asm.solx86 + $(PUBLIC)/xptcstubsdef.inc > $(srcdir)/xptcstubsdef_asm.solx86 $(AS) -o $@ $(ASFLAGS) $(AS_DASH_C_FLAG) $(srcdir)/xptcstubs_asm_x86_solaris_SUNW.s - @rm -f ./xptcstubsdef_asm.solx86 + @rm -f $(srcdir)/xptcstubsdef_asm.solx86 endif endif endif