diff options
author | Stu Grossman <grossman@cygnus> | 1992-10-08 03:11:46 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-10-08 03:11:46 +0000 |
commit | 0da7012441eaccf157dc44c8cc110fbf2d3f8376 (patch) | |
tree | 0c72290beafad76ef6395af5694f287c5bcf008a | |
parent | 17cb669f380e19f3abc3a365d9260c47b6021719 (diff) | |
download | gdb-0da7012441eaccf157dc44c8cc110fbf2d3f8376.zip gdb-0da7012441eaccf157dc44c8cc110fbf2d3f8376.tar.gz gdb-0da7012441eaccf157dc44c8cc110fbf2d3f8376.tar.bz2 |
* Makefile.in (setup-to-dist): Remove -norecursion so that doc
subdir gets configured.
Bad John, bad...
-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 |