From 10ea6a13be3b12af296d4ef54e469dec283cdb98 Mon Sep 17 00:00:00 2001 From: gdr Date: Sun, 27 Jul 1997 23:09:09 +0000 Subject: [PATCH] add fdopen.c to build --- lib/libc/stdio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdio/Makefile b/lib/libc/stdio/Makefile index 2a89fc0..2e00705 100644 --- a/lib/libc/stdio/Makefile +++ b/lib/libc/stdio/Makefile @@ -1,10 +1,10 @@ # -# $Id: Makefile,v 1.2 1997/05/03 19:40:45 gdr Exp $ +# $Id: Makefile,v 1.3 1997/07/27 23:09:09 gdr Exp $ # .INCLUDE: ../../const.mk -OBJS = fgetln.o mktemp.o perror.o tempnam.o +OBJS = fdopen.o fgetln.o mktemp.o perror.o tempnam.o default: $(OBJS)