mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
* Makefile.in (setup-to-dist): Remove -norecursion so that doc
subdir gets configured. Bad John, bad...
This commit is contained in:
parent
17cb669f38
commit
0da7012441
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user