* Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
authorHans-Peter Nilsson <hp@axis.se>
Mon, 21 Dec 1998 05:57:18 +0000 (06:57 +0100)
committerJeff Law <law@gcc.gnu.org>
Mon, 21 Dec 1998 05:57:18 +0000 (22:57 -0700)
From-SVN: r24388

libiberty/ChangeLog
libiberty/Makefile.in

index b681f2082ee733e6eeb9d80e405c5b0e4c432a69..8baafe0b0bdd1360d3a34effc089076d9dbbe378 100644 (file)
@@ -1,3 +1,7 @@
+Sun Dec 20 16:03:46 1998  Hans-Peter Nilsson  <hp@axis.se>
+
+       * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
+
 Fri Dec 18 16:11:43 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>
 
        * cplus-dem.c (demangle_fund_type): Process CV and u codes before
index 39ca1fbdbd9dbd4c966da7e7e30d17ecc1c4a407..c3ade070fa0674102ffaa898eaaf894ba0e56de1 100644 (file)
@@ -117,7 +117,7 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.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 \
        pexecute.c random.c rename.c rindex.c sigsetmask.c spaces.c \
-       splay-tree.o strcasecmp.c strncasecmp.c strchr.c strdup.c strerror.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 \
        tmpnam.c vasprintf.c vfork.c vfprintf.c vprintf.c vsprintf.c \
        waitpid.c xatexit.c xexit.c xmalloc.c xstrdup.c xstrerror.c