1
0
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:
Rodney W. Grimes 1993-10-06 20:49:17 +00:00
parent 09787fbaca
commit dd06619c32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=544
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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