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
This commit is contained in:
parent
0961816af0
commit
8ec65f13b0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user