mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 00:57:14 +08:00
* Makefile.in (CFILES): Add pexecute.c.
From-SVN: r16226
This commit is contained in:
parent
ba3b38784c
commit
0c23b0b21f
@ -1,3 +1,7 @@
|
|||||||
|
Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
|
||||||
|
|
||||||
|
* Makefile.in (CFILES): Add pexecute.c.
|
||||||
|
|
||||||
Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
|
Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* asprintf.c: Consistently use either stdarg or varargs.
|
* asprintf.c: Consistently use either stdarg or varargs.
|
||||||
|
@ -151,7 +151,7 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c bzero.c \
|
|||||||
getcwd.c getopt.c getopt1.c getpagesize.c getruntime.c \
|
getcwd.c getopt.c getopt1.c getpagesize.c getruntime.c \
|
||||||
floatformat.c hex.c index.c insque.c \
|
floatformat.c hex.c index.c insque.c \
|
||||||
memchr.c memcmp.c memcpy.c memmove.c memset.c objalloc.c \
|
memchr.c memcmp.c memcpy.c memmove.c memset.c objalloc.c \
|
||||||
obstack.c random.c rename.c rindex.c sigsetmask.c spaces.c \
|
obstack.c pexecute.c random.c rename.c rindex.c sigsetmask.c spaces.c \
|
||||||
strcasecmp.c strncasecmp.c \
|
strcasecmp.c strncasecmp.c \
|
||||||
strchr.c strdup.c strerror.c strrchr.c strsignal.c \
|
strchr.c strdup.c strerror.c strrchr.c strsignal.c \
|
||||||
strstr.c strtod.c strtol.c strtoul.c tmpnam.c \
|
strstr.c strtod.c strtol.c strtoul.c tmpnam.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user