Removed un-necessary dependencies for assym.s

This commit is contained in:
Nate Williams 1993-10-23 08:28:17 +00:00
parent b0da334790
commit 85c856e747
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=649
3 changed files with 6 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.8 1993/10/14 17:09:54 rgrimes Exp $
# $Id: Makefile.i386,v 1.9 1993/10/23 06:46:24 nate Exp $
#
# Makefile for FreeBSD
#
@ -99,9 +99,7 @@ assym.s: Makefile
# depends on KDB (cons.o also depends on GENERIC)
trap.o cons.o: Makefile
assym.s: genassym $S/sys/param.h machine/pte.h \
$S/sys/buf.h $S/sys/vmmeter.h \
$S/sys/proc.h $S/sys/msgbuf.h machine/vmparam.h
assym.s: genassym
./genassym >assym.s
genassym:

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.8 1993/10/14 17:09:54 rgrimes Exp $
# $Id: Makefile.i386,v 1.9 1993/10/23 06:46:24 nate Exp $
#
# Makefile for FreeBSD
#
@ -99,9 +99,7 @@ assym.s: Makefile
# depends on KDB (cons.o also depends on GENERIC)
trap.o cons.o: Makefile
assym.s: genassym $S/sys/param.h machine/pte.h \
$S/sys/buf.h $S/sys/vmmeter.h \
$S/sys/proc.h $S/sys/msgbuf.h machine/vmparam.h
assym.s: genassym
./genassym >assym.s
genassym:

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.8 1993/10/14 17:09:54 rgrimes Exp $
# $Id: Makefile.i386,v 1.9 1993/10/23 06:46:24 nate Exp $
#
# Makefile for FreeBSD
#
@ -99,9 +99,7 @@ assym.s: Makefile
# depends on KDB (cons.o also depends on GENERIC)
trap.o cons.o: Makefile
assym.s: genassym $S/sys/param.h machine/pte.h \
$S/sys/buf.h $S/sys/vmmeter.h \
$S/sys/proc.h $S/sys/msgbuf.h machine/vmparam.h
assym.s: genassym
./genassym >assym.s
genassym: