summaryrefslogtreecommitdiff
path: root/libc/stdio/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-17 05:25:30 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-17 05:25:30 +0000
commit595edd2276244fbbec6f08c99085a949c72a4ebe (patch)
tree3147e96f73f147088121ba35a118327d10984bbc /libc/stdio/Makefile
parent858387985650a4b72bb5b5fe02e864f8e76a3731 (diff)
Add in tempnam()
Diffstat (limited to 'libc/stdio/Makefile')
-rw-r--r--libc/stdio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile
index c9130c0d7..42983512e 100644
--- a/libc/stdio/Makefile
+++ b/libc/stdio/Makefile
@@ -40,7 +40,7 @@ MOBJ2=printf.o sprintf.o fprintf.o vprintf.o vsprintf.o vfprintf.o snprintf.o \
MSRC3=scanf.c
MOBJ3=scanf.o sscanf.o fscanf.o vscanf.o vsscanf.o vfscanf.o
-CSRC=popen.c perror.c remove.c getdelim.c getline.c tmpfile.c tmpnam.c tmpnam_r.c
+CSRC=popen.c perror.c remove.c getdelim.c getline.c tmpfile.c tmpnam.c tmpnam_r.c tempnam.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(MOBJ) $(MOBJ2) $(MOBJ3) $(COBJS)