summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-06 20:49:17 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-06 20:49:17 +0000
commit87527a6701f2534dc6d0dd5f5ce54524e1c1e3bb (patch)
treea90609b86d1f9b201e77c797f660133cea4f233a /sys/conf
parent623ab6affd5107e1d74e69b866bd2ad08af5eac7 (diff)
downloadFreeBSD-src-87527a6701f2534dc6d0dd5f5ce54524e1c1e3bb.zip
FreeBSD-src-87527a6701f2534dc6d0dd5f5ce54524e1c1e3bb.tar.gz
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.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.powerpc4
2 files changed, 4 insertions, 4 deletions
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
OpenPOWER on IntegriCloud