diff options
author | Dave Brolley <brolley@cygnus.com> | 1999-02-09 13:40:23 +0000 |
---|---|---|
committer | Dave Brolley <brolley@gcc.gnu.org> | 1999-02-09 08:40:23 -0500 |
commit | 8ec65f13b03f68893379947b8611a280cabe5b74 (patch) | |
tree | 9c8f5499d230817bc4cb4e763cbce11f5fc48ca0 | |
parent | 0961816af0fd93ffdd51f010147930b591e25a18 (diff) | |
download | gcc-8ec65f13b03f68893379947b8611a280cabe5b74.zip gcc-8ec65f13b03f68893379947b8611a280cabe5b74.tar.gz gcc-8ec65f13b03f68893379947b8611a280cabe5b74.tar.bz2 |
Makefile.in: Change mkstemp -> mkstemps.
Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
* Makefile.in: Change mkstemp -> mkstemps.
From-SVN: r25110
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 5ff0259..da31164 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com> + + * Makefile.in: Change mkstemp -> mkstemps. + Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr> * Makefile.in (REQUIRED_OFILES): remove mkstemp.o diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index c78aac1..b1689ba 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 |