mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
genassym: depends on Makefile and genassym.o, genassym.o dependicies are
picked up from .depend.
This commit is contained in:
parent
0ff3ad4e5e
commit
07049f23e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3320
sys
@ -1,6 +1,6 @@
|
|||||||
# Copyright 1990 W. Jolitz
|
# Copyright 1990 W. Jolitz
|
||||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||||
# $Id: Makefile.i386,v 1.41 1994/10/01 21:43:24 rgrimes Exp $
|
# $Id: Makefile.i386,v 1.42 1994/10/02 21:50:51 phk Exp $
|
||||||
#
|
#
|
||||||
# Makefile for FreeBSD
|
# Makefile for FreeBSD
|
||||||
#
|
#
|
||||||
@ -162,7 +162,7 @@ assym.s: genassym
|
|||||||
|
|
||||||
# Some of the defines that genassym outputs may well depend on the
|
# Some of the defines that genassym outputs may well depend on the
|
||||||
# value of kernel options.
|
# value of kernel options.
|
||||||
genassym: Makefile ${I386}/i386/genassym.c
|
genassym: Makefile genassym.o
|
||||||
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
|
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
|
||||||
${I386}/i386/genassym.c -static -o genassym
|
${I386}/i386/genassym.c -static -o genassym
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright 1990 W. Jolitz
|
# Copyright 1990 W. Jolitz
|
||||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||||
# $Id: Makefile.i386,v 1.41 1994/10/01 21:43:24 rgrimes Exp $
|
# $Id: Makefile.i386,v 1.42 1994/10/02 21:50:51 phk Exp $
|
||||||
#
|
#
|
||||||
# Makefile for FreeBSD
|
# Makefile for FreeBSD
|
||||||
#
|
#
|
||||||
@ -162,7 +162,7 @@ assym.s: genassym
|
|||||||
|
|
||||||
# Some of the defines that genassym outputs may well depend on the
|
# Some of the defines that genassym outputs may well depend on the
|
||||||
# value of kernel options.
|
# value of kernel options.
|
||||||
genassym: Makefile ${I386}/i386/genassym.c
|
genassym: Makefile genassym.o
|
||||||
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
|
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
|
||||||
${I386}/i386/genassym.c -static -o genassym
|
${I386}/i386/genassym.c -static -o genassym
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright 1990 W. Jolitz
|
# Copyright 1990 W. Jolitz
|
||||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||||
# $Id: Makefile.i386,v 1.41 1994/10/01 21:43:24 rgrimes Exp $
|
# $Id: Makefile.i386,v 1.42 1994/10/02 21:50:51 phk Exp $
|
||||||
#
|
#
|
||||||
# Makefile for FreeBSD
|
# Makefile for FreeBSD
|
||||||
#
|
#
|
||||||
@ -162,7 +162,7 @@ assym.s: genassym
|
|||||||
|
|
||||||
# Some of the defines that genassym outputs may well depend on the
|
# Some of the defines that genassym outputs may well depend on the
|
||||||
# value of kernel options.
|
# value of kernel options.
|
||||||
genassym: Makefile ${I386}/i386/genassym.c
|
genassym: Makefile genassym.o
|
||||||
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
|
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
|
||||||
${I386}/i386/genassym.c -static -o genassym
|
${I386}/i386/genassym.c -static -o genassym
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user