diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5119c82..54de6c5 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 be54de2..32523ea 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 |