From 06838f8d946c2ab7844d4615ecfab0c7b8a6927b Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 20 Aug 2004 11:01:03 +0000 Subject: [PATCH] Complete removal of "liboverride" to fix build problems. --- rescue/Makefile | 8 +------- rescue/list | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/rescue/Makefile b/rescue/Makefile index 922f3bc2a480..8418e6ed84fd 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/08/19 23:12:15 christos Exp $ +# $NetBSD: Makefile,v 1.11 2004/08/20 11:01:03 tron Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -28,12 +28,6 @@ PARSELISTENV+= LDD_CMD=ldd_elf PARSELISTENV+= LDD_CMD=ldd_aout .endif -LIBOVERRIDE= liboverride.o -${LIBOVERRIDE}: ${OVERRIDEOBJS} - ${LD} -r -o $@ ${OVERRIDEOBJS} - -${CRUNCHBIN}: ${LIBOVERRIDE} - CLEANFILES+= rescue.unstripped .include "${DISTRIBDIR}/common/Makefile.crunch" diff --git a/rescue/list b/rescue/list index 0eb5959f98b6..9d5594195d8e 100644 --- a/rescue/list +++ b/rescue/list @@ -1,4 +1,4 @@ -# $NetBSD: list,v 1.11 2004/04/01 14:41:09 mrg Exp $ +# $NetBSD: list,v 1.12 2004/08/20 11:01:03 tron Exp $ SRCDIRS bin @@ -129,4 +129,4 @@ PROG installboot SPECIAL ldd srcdir usr.bin/ldd/${LDD_CMD} -LIBS liboverride.o -lbz2 -lcrypt -ledit -lipsec -lkvm -ll -lm -lrmt -ltermcap -lutil -lz -levent +LIBS -lbz2 -lcrypt -ledit -lipsec -lkvm -ll -lm -lrmt -ltermcap -lutil -lz -levent