From 87527a6701f2534dc6d0dd5f5ce54524e1c1e3bb Mon Sep 17 00:00:00 2001 From: rgrimes Date: Wed, 6 Oct 1993 20:49:17 +0000 Subject: From ljo: machdep.o is a defined to be a target in 2 places. This was caused by the addition of the LOAD_ADDRESS stuff. Removed the extranious target of machdep.o. --- sys/conf/Makefile.i386 | 4 ++-- sys/conf/Makefile.powerpc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/conf') diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index efa0e72..eb526af 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id$ +# $Id: Makefile.i386,v 1.5 1993/09/26 19:44:33 rgrimes Exp $ # # Makefile for FreeBSD # @@ -94,7 +94,7 @@ autoconf.o: Makefile af.o uipc_proto.o locore.o: Makefile # depend on maxusers -assym.s machdep.o: Makefile +assym.s: Makefile # depends on KDB (cons.o also depends on GENERIC) trap.o cons.o: Makefile diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index efa0e72..eb526af 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id$ +# $Id: Makefile.i386,v 1.5 1993/09/26 19:44:33 rgrimes Exp $ # # Makefile for FreeBSD # @@ -94,7 +94,7 @@ autoconf.o: Makefile af.o uipc_proto.o locore.o: Makefile # depend on maxusers -assym.s machdep.o: Makefile +assym.s: Makefile # depends on KDB (cons.o also depends on GENERIC) trap.o cons.o: Makefile -- cgit v1.1