From a01a900ec7687c5273672829c5cc1bfbe4f09727 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 19 Sep 2008 16:14:42 +0000 Subject: Rescue is "not yet" for MIPS. --- Makefile.inc1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 98ecfdd..df3d9d5 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -27,6 +27,10 @@ .include +.if ${MACHINE_ARCH} == "mips" +MK_RESCUE=no # not yet +.endif + # We must do share/info early so that installation of info `dir' # entries works correctly. Do it first since it is less likely to # grow dependencies on include and lib than vice versa. -- cgit v1.1