From 8ec65f13b03f68893379947b8611a280cabe5b74 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Tue, 9 Feb 1999 13:40:23 +0000 Subject: [PATCH] Makefile.in: Change mkstemp -> mkstemps. Tue Feb 9 16:39:01 1999 Dave Brolley * Makefile.in: Change mkstemp -> mkstemps. From-SVN: r25110 --- libiberty/ChangeLog | 4 ++++ libiberty/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 5ff0259b0a1..da311649dfc 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 9 16:39:01 1999 Dave Brolley + + * Makefile.in: Change mkstemp -> mkstemps. + Tue Feb 9 01:12:27 1999 Marc Espie * Makefile.in (REQUIRED_OFILES): remove mkstemp.o diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index c78aac12753..b1689ba14fd 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -115,7 +115,7 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c \ bzero.c choose-temp.c clock.c concat.c cplus-dem.c fdmatch.c \ fnmatch.c getcwd.c getopt.c getopt1.c getpagesize.c \ getruntime.c floatformat.c hex.c index.c insque.c memchr.c \ - memcmp.c memcpy.c memmove.c memset.c mkstemp.c objalloc.c obstack.c \ + memcmp.c memcpy.c memmove.c memset.c mkstemps.c objalloc.c obstack.c \ pexecute.c random.c rename.c rindex.c sigsetmask.c spaces.c \ splay-tree.c strcasecmp.c strncasecmp.c strchr.c strdup.c strerror.c \ strrchr.c strsignal.c strstr.c strtod.c strtol.c strtoul.c \ @@ -232,7 +232,7 @@ getpagesize.o: config.h getruntime.o: config.h $(INCDIR)/libiberty.h hex.o: $(INCDIR)/libiberty.h floatformat.o: $(INCDIR)/floatformat.h -mkstemp.o: config.h +mkstemps.o: config.h objalloc.o: $(INCDIR)/objalloc.h obstack.o: config.h $(INCDIR)/obstack.h pexecute.o: config.h $(INCDIR)/libiberty.h