]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (CFILES): Add pexecute.c.
authorJody Goldberg <jodyg@idt.net>
Wed, 29 Oct 1997 06:39:04 +0000 (23:39 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 29 Oct 1997 06:39:04 +0000 (23:39 -0700)
From-SVN: r16226

libiberty/ChangeLog
libiberty/Makefile.in

index 6b964483a45e61af93aa9838e4d119e06519a1f1..2be5d3e622865c6c1daeb43cf828d42716d9e095 100644 (file)
@@ -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>
 
        * asprintf.c: Consistently use either stdarg or varargs.
index 9d0f914d308c9ff750e1b9292ce89823e16aa295..7afac09327942301f21513caa1124fd471dbb15c 100644 (file)
@@ -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 \
          floatformat.c hex.c index.c insque.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 \
          strchr.c strdup.c strerror.c strrchr.c strsignal.c \
          strstr.c strtod.c strtol.c strtoul.c tmpnam.c \