From ce6bd34722aa95583bbc55c07ebb798b3b1f6dd9 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 5 Nov 1998 04:39:26 +0000 Subject: [PATCH] Build linux_genassym static, this should help aout-to-elf builds --- sys/modules/linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 0e9ccd5d761..bc63e3f6d6b 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1998/10/16 04:30:47 peter Exp $ +# $Id: Makefile,v 1.20 1998/11/05 04:22:52 peter Exp $ .PATH: ${.CURDIR}/../../i386/linux KMOD= linux @@ -27,7 +27,7 @@ linux_genassym.o: linux_genassym.c linux.h @ machine ${CC} -c ${CFLAGS} -UKERNEL ${.IMPSRC} linux_genassym: linux_genassym.o - ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} + ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} opt_compat.h: echo "#define COMPAT_43 1" > opt_compat.h