From cc7748361f346510217e5c18f304c5176a356acc Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 3 Oct 1994 18:51:35 +0000 Subject: [PATCH] dependency for genassym was wrong, there is never made a genassym.o file. made i depend on the src. --- sys/conf/Makefile.i386 | 4 ++-- sys/conf/Makefile.powerpc | 4 ++-- sys/i386/conf/Makefile.i386 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 27031067dd9..c921273f354 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -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 diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 27031067dd9..c921273f354 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -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 diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 27031067dd9..c921273f354 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -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 -- 2.45.2