Exclude Y2K bug flag files from the build; fixes undefined symbol errors

reported by jbernard@mines.edu in PR bin/14222.
This commit is contained in:
tv 2001-10-19 03:33:35 +00:00
parent 04f0c5e946
commit 32bac67e87
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2001/09/21 15:38:15 tv Exp $ # $NetBSD: Makefile,v 1.12 2001/10/19 03:33:35 tv Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
@ -28,7 +28,7 @@ Version${c}.c: ${DIST}/libf2c/lib${c}77/Version.c
cp $> $@ cp $> $@
.endfor .endfor
.for f in ${G_F2CEXT} .for f in ${G_F2CEXT:N*y2kbug*}
OBJS+= L${f}.o OBJS+= L${f}.o
L${f}.o: f2cext.c L${f}.o: f2cext.c