changeset 2606:3af908471cc5

[project @ 1997-01-15 21:18:56 by jwe]
author jwe
date Wed, 15 Jan 1997 21:18:57 +0000
parents 389b1b5af266
children a3792f2bf9ff
files info/ChangeLog info/Makefile.in
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/info/ChangeLog
+++ b/info/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 15 14:52:23 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* Makefile.in (LIBOBJS): Allow substitution.
+	(SRCS): Add memcpy.c, memmove.c, and strdup.c to the list.
+
 Mon Jan  6 19:14:49 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* terminal.c (terminal_prep_terminal): Only delete OCRNL from
--- a/info/Makefile.in
+++ b/info/Makefile.in
@@ -1,5 +1,5 @@
 # Makefile for texinfo/info.	-*- Indented-Text -*-
-# $Id: Makefile.in,v 1.35 1996-12-12 08:26:56 jwe Exp $
+# $Id: Makefile.in,v 1.36 1997-01-15 21:18:57 jwe Exp $
 # 
 # Copyright (C) 1993,96 Free Software Foundation, Inc.
 
@@ -46,6 +46,8 @@
 LIBS = $(TERMLIBS) @LIBS@
 LOADLIBES = $(LIBS)
 
+LIBOBJS = @LIBOBJS@
+
 SHELL = /bin/sh
 
 CFLAGS = @CFLAGS@
@@ -71,7 +73,8 @@
 	signals.c	terminal.c	tilde.c		window.c \
 	xmalloc.c	indices.c	makedoc.c	nodemenu.c \
 	footnotes.c	dribble.c	variables.c	gc.c man.c \
-	clib.c		getopt.c	getopt1.c	bzero.c
+	clib.c		getopt.c	getopt1.c	bzero.c \
+	memcpy.c	memmove.c	strdup.c
 
 HDRS =	display.h	doc.h		echo_area.h	filesys.h \
 	general.h	getopt.h	info-utils.h	info.h \