From 89988533eabd3c06d450d94a69baa027fe72e350 Mon Sep 17 00:00:00 2001 From: asami Date: Sat, 9 Nov 1996 00:39:59 +0000 Subject: Re-sync with -current. Should be in 2.2. Submitted by: The FreeBSD(98) Development Team --- sys/conf/Makefile.pc98 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/conf/Makefile.pc98') diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 335b654..20d1a95 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -3,7 +3,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.pc98,v 1.6 1996/10/09 21:45:45 asami Exp $ +# $Id: Makefile.pc98,v 1.7 1996/10/23 07:24:48 asami Exp $ # # Makefile for FreeBSD # @@ -124,7 +124,7 @@ genassym.o: ${I386}/i386/genassym.c Makefile ${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c genassym: genassym.o - ${CC} -static ${CFLAGS} ${PARAM} genassym.o -o $@ + ${CC} ${CFLAGS} ${PARAM} genassym.o -o $@ # XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical. depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND} -- cgit v1.1