diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-08-26 12:04:44 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-08-26 12:04:44 -0600 |
commit | d40431299de9095cd593fd118d5dbf2a3f47f4ac (patch) | |
tree | 2161083486f2bf7457fe1c58826fd21c450ed5b3 /texinfo | |
parent | 823a0596277b0e839f4cdca5b364a67aa097cc29 (diff) | |
download | gcc-d40431299de9095cd593fd118d5dbf2a3f47f4ac.zip gcc-d40431299de9095cd593fd118d5dbf2a3f47f4ac.tar.gz gcc-d40431299de9095cd593fd118d5dbf2a3f47f4ac.tar.bz2 |
Fix stupid typo in last change.
From-SVN: r14943
Diffstat (limited to 'texinfo')
-rw-r--r-- | texinfo/libtxi/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/texinfo/libtxi/Makefile.in b/texinfo/libtxi/Makefile.in index 24011a1..8ec2485 100644 --- a/texinfo/libtxi/Makefile.in +++ b/texinfo/libtxi/Makefile.in @@ -1,5 +1,5 @@ # Makefile for GNU texinfo/libtxi. -*- Indented-Text -*- -# $Id: Makefile.in,v 1.1.1.1 1997/08/21 22:58:06 jason Exp $ +# $Id: Makefile.in,v 1.4 1998/01/13 20:31:57 law Exp $ # Copyright (C) 1993, 96 Free Software Foundation, Inc. @@ -58,7 +58,7 @@ libtxi.a: $(OBJS) getopt.o: getopt.c getopt.h getopt1.o: getopt1.c getopt.h alloca.o: alloca.c -memcpy.o: c +memcpy.o: memcpy.c memmove.o: memmove.c strdup.o: strdup.c |