Put genassym: back how it was originally, the real bug was in mkdep.
This commit is contained in:
parent
b615e5e776
commit
def3ff8dc9
@ -1,6 +1,6 @@
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.43 1994/10/02 22:58:40 rgrimes Exp $
|
||||
# $Id: Makefile.i386,v 1.44 1994/10/03 18:51:35 phk 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 ${I386}/i386/genassym.c
|
||||
genassym: Makefile
|
||||
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
|
||||
${I386}/i386/genassym.c -static -o genassym
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.43 1994/10/02 22:58:40 rgrimes Exp $
|
||||
# $Id: Makefile.i386,v 1.44 1994/10/03 18:51:35 phk 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 ${I386}/i386/genassym.c
|
||||
genassym: Makefile
|
||||
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
|
||||
${I386}/i386/genassym.c -static -o genassym
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright 1990 W. Jolitz
|
||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||
# $Id: Makefile.i386,v 1.43 1994/10/02 22:58:40 rgrimes Exp $
|
||||
# $Id: Makefile.i386,v 1.44 1994/10/03 18:51:35 phk 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 ${I386}/i386/genassym.c
|
||||
genassym: Makefile
|
||||
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
|
||||
${I386}/i386/genassym.c -static -o genassym
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user