mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
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.
This commit is contained in:
parent
09787fbaca
commit
dd06619c32
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=544
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user