Commit 823a0596 by Jeffrey A Law Committed by Jeff Law

* libtxi/Makefile.in: Add dependencies for memcpy, memmove and strdup.

From-SVN: r14939
parent 10549cbd
Tue Aug 26 11:18:52 1997 Jeffrey A Law (law@cygnus.com)
* libtxi/Makefile.in: Add dependencies for memcpy, memmove and strdup.
Mon Jul 28 17:26:48 1997 Rob Savoye <rob@chinadoll.cygnus.com>
* aclocal.m4: Add CYGWIN and EXEEXT autoconf macros.
......
# 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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment