From 4fd4ccf09ae0b1639a6d458fe2cd9a86f23a852f Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 4 Feb 2009 00:27:28 +0900 Subject: [PATCH] Added a temporary hook to install xptcinvoke_asm_ppc_rhapsody.s --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index a4de132..9d33d46 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,12 @@ create-rm-wrapper: ${WRAPPER_DIR}/bin/rm chmod +x ${WRAPPER_DIR}/bin/rm +# FIXME: remove this after +.PHONY: copy-xptcinvoke_asm_ppc_rhapsody +pre-configure: copy-xptcinvoke_asm_ppc_rhapsody +copy-xptcinvoke_asm_ppc_rhapsody: + cp ${.CURDIR}/files/xptcinvoke_asm_ppc_rhapsody.s ${WRKSRC:Q}/xpcom/reflect/xptcall/src/md/unix + # Link browser.xpt .PHONY: stage-package post-build: stage-package -- 2.40.0