From bdec39b3761c2a9e3039895e5d0569c74dd654d3 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 29 Jan 1993 06:17:28 +0000 Subject: [PATCH] Update for doc/ changes. --- gdb/ChangeLog | 2 ++ gdb/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7acb769..04d4f50 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Thu Jan 28 19:09:02 1993 John Gilmore (gnu@cygnus.com) + * Makefile.in: Update to match doc/ subdir changes. + * config/hp300hpux.mh: No cross-host file needed, just native. * config/go32.mh: Remove nonexistent "native" support. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index b120b68..c4d00a9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -579,7 +579,7 @@ update-depend: update-alldeps force_update # are products of other files. setup-to-dist: update-depend force_update ../configure none - (cd doc; $(MAKE) $(MFLAGS) gdbVN.m4) + (cd doc; $(MAKE) $(MFLAGS) GDBvn.texi) $(MAKE) $(MFLAGS) gdb.info $(MAKE) $(MFLAGS) refcard.ps -- 2.7.4