Build linux_genassym static, this should help aout-to-elf builds

This commit is contained in:
Peter Wemm 1998-11-05 04:39:26 +00:00
parent fafe9c62f2
commit ce6bd34722
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40923

View file

@ -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