diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-26 18:04:44 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-26 18:04:44 +0000 |
commit | b7ee2d84071e9cc8bc5de6f8477ba3d3625c3284 (patch) | |
tree | 2161083486f2bf7457fe1c58826fd21c450ed5b3 /texinfo | |
parent | e3a5c09f2b8d950ae8c48c4fc14d0d12ea917b34 (diff) | |
download | gcc-b7ee2d84071e9cc8bc5de6f8477ba3d3625c3284.tar.gz |
Fix stupid typo in last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14943 138bc75d-0d04-0410-961f-82ee72b054a4
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 24011a10dfd..8ec2485d9ae 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 |