From d40431299de9095cd593fd118d5dbf2a3f47f4ac Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 26 Aug 1997 12:04:44 -0600 Subject: [PATCH] Fix stupid typo in last change. From-SVN: r14943 --- texinfo/libtxi/Makefile.in | 4 ++-- 1 file 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 -- 2.7.4