From 0da7012441eaccf157dc44c8cc110fbf2d3f8376 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 8 Oct 1992 03:11:46 +0000 Subject: [PATCH] * Makefile.in (setup-to-dist): Remove -norecursion so that doc subdir gets configured. Bad John, bad... --- gdb/ChangeLog | 5 +++++ gdb/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5119c829a39..54de6c599fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 7 20:08:53 1992 Stu Grossman (grossman at cygnus.com) + + * Makefile.in (setup-to-dist): Remove -norecursion so that doc + subdir gets configured. + Wed Oct 7 12:24:01 1992 Ken Raeburn (raeburn@cygnus.com) * Makefile.in (nindy.o): Define "STRIP" as pathname of strip diff --git a/gdb/Makefile.in b/gdb/Makefile.in index be54de20f2f..32523eaa982 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -571,7 +571,7 @@ update-depend: update-alldeps force_update # Set up the GDB source directory for distribution, by building all files that # are products of other files. setup-to-dist: update-depend force_update - ../configure none -norecursion + ../configure none (cd doc; $(MAKE) $(MFLAGS) gdbVN.m4) $(MAKE) $(MFLAGS) gdb.info $(MAKE) $(MFLAGS) refcard.ps -- 2.30.2