From 19a8ffc8ca3c7dab547a035d44c56719a489fd57 Mon Sep 17 00:00:00 2001 From: "ginn.chen%sun.com" Date: Wed, 21 Dec 2005 05:31:05 +0000 Subject: [PATCH] Bug 295306 Firefox is unusable in solaris x86 using Sun SOS10 compiler. revised patch addressing dbaron's comment r=dbaron sr=benjamin --- xpcom/reflect/xptcall/src/md/unix/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xpcom/reflect/xptcall/src/md/unix/Makefile.in b/xpcom/reflect/xptcall/src/md/unix/Makefile.in index 02f87f5f9dcb..38325cff3ae8 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 > $(srcdir)/xptcstubsdef_asm.solx86 - $(AS) -o $@ $(ASFLAGS) $(AS_DASH_C_FLAG) $(srcdir)/xptcstubs_asm_x86_solaris_SUNW.s - @rm -f $(srcdir)/xptcstubsdef_asm.solx86 + $(PUBLIC)/xptcstubsdef.inc > ./xptcstubsdef_asm.solx86 + $(AS) -o $@ $(ASFLAGS) $(AS_DASH_C_FLAG) -I./ $(srcdir)/xptcstubs_asm_x86_solaris_SUNW.s + @rm -f ./xptcstubsdef_asm.solx86 endif endif endif