From 0a46d346a5afaaf2b66144e99be21f6d56ac856f Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Thu, 14 Dec 2006 19:13:43 +0000 Subject: [PATCH] Bug 361413 - Build succeeds even when arch-specific xptcall is not implemented, r=timeless git-svn-id: svn://10.0.0.236/trunk@216988 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in b/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in index cea265ec81d..9853613e2fe 100644 --- a/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in +++ b/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in @@ -51,7 +51,7 @@ REQUIRES = string # # The default is this buildable, but non-functioning code. # -CPPSRCS := xptcinvoke_unsupported.cpp xptcstubs_unsupported.cpp +CPPSRCS = $(error XPTCall not implemented on this platform!) # Force use of PIC FORCE_USE_PIC = 1