From bcffa9358dc3cc8681e365788a6e739dafc71181 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 19 Sep 2008 16:14:42 +0000 Subject: [PATCH] Rescue is "not yet" for MIPS. --- Makefile.inc1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 98ecfdd003d2..df3d9d5bbe01 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.