diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-26 17:18:19 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-26 17:18:19 +0000 |
commit | e3a5c09f2b8d950ae8c48c4fc14d0d12ea917b34 (patch) | |
tree | ed5cbd01ed316ba0d3e9255a756ad8656f55c221 /texinfo/libtxi | |
parent | 4b206a78876e975ac823f1414e9c96c0226c69db (diff) | |
download | gcc-e3a5c09f2b8d950ae8c48c4fc14d0d12ea917b34.tar.gz |
* libtxi/Makefile.in: Add dependencies for memcpy, memmove and strdup.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14939 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo/libtxi')
-rw-r--r-- | texinfo/libtxi/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/texinfo/libtxi/Makefile.in b/texinfo/libtxi/Makefile.in index a067cb9be5e..24011a10dfd 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.3 1996/10/03 18:32:28 karl Exp $ +# $Id: Makefile.in,v 1.1.1.1 1997/08/21 22:58:06 jason Exp $ # Copyright (C) 1993, 96 Free Software Foundation, Inc. @@ -58,6 +58,10 @@ libtxi.a: $(OBJS) getopt.o: getopt.c getopt.h getopt1.o: getopt1.c getopt.h alloca.o: alloca.c +memcpy.o: c +memmove.o: memmove.c +strdup.o: strdup.c + install: uninstall: |