Force the link.

This commit is contained in:
phil 1997-05-19 23:24:21 +00:00
parent 0db08d11e6
commit ae7e730366
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 1997/05/15 15:56:08 phil Exp $ # $NetBSD: Makefile,v 1.11 1997/05/19 23:24:21 phil Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/1/93 # from: @(#)Makefile 8.1 (Berkeley) 6/1/93
CFLAGS+= -DLIBC_SCCS -fPIC -DPIC -DDYNAMIC -DELFSIZE=32 CFLAGS+= -DLIBC_SCCS -fPIC -DPIC -DDYNAMIC -DELFSIZE=32
@ -30,6 +30,6 @@ crtn.o: crtend.c
install: install:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib ${DESTDIR}/usr/lib
ln ${DESTDIR}/usr/lib/crt0.o ${DESTDIR}/usr/lib/scrt0.o ln -f ${DESTDIR}/usr/lib/crt0.o ${DESTDIR}/usr/lib/scrt0.o
.include <bsd.prog.mk> .include <bsd.prog.mk>