dependency for genassym was wrong, there is never made a genassym.o file.

made i depend on the src.
This commit is contained in:
Poul-Henning Kamp 1994-10-03 18:51:35 +00:00
parent acc5abeb6a
commit cabc837c74
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3340
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: Makefile.i386,v 1.42 1994/10/02 21:50:51 phk Exp $
# $Id: Makefile.i386,v 1.43 1994/10/02 22:58:40 rgrimes Exp $
#
# Makefile for FreeBSD
#
@ -162,7 +162,7 @@ assym.s: genassym
# Some of the defines that genassym outputs may well depend on the
# value of kernel options.
genassym: Makefile genassym.o
genassym: Makefile ${I386}/i386/genassym.c
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
${I386}/i386/genassym.c -static -o genassym

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.42 1994/10/02 21:50:51 phk Exp $
# $Id: Makefile.i386,v 1.43 1994/10/02 22:58:40 rgrimes Exp $
#
# Makefile for FreeBSD
#
@ -162,7 +162,7 @@ assym.s: genassym
# Some of the defines that genassym outputs may well depend on the
# value of kernel options.
genassym: Makefile genassym.o
genassym: Makefile ${I386}/i386/genassym.c
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
${I386}/i386/genassym.c -static -o genassym

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.42 1994/10/02 21:50:51 phk Exp $
# $Id: Makefile.i386,v 1.43 1994/10/02 22:58:40 rgrimes Exp $
#
# Makefile for FreeBSD
#
@ -162,7 +162,7 @@ assym.s: genassym
# Some of the defines that genassym outputs may well depend on the
# value of kernel options.
genassym: Makefile genassym.o
genassym: Makefile ${I386}/i386/genassym.c
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
${I386}/i386/genassym.c -static -o genassym