* Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
and gnats, because they are now subsumed by DISTSTUFFDIRS. Move bfd to DISTSTUFFDIRS.
This commit is contained in:
parent
356cd46521
commit
fd83c2d212
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
||||
|
||||
* Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
|
||||
and gnats, because they are now subsumed by DISTSTUFFDIRS.
|
||||
Move bfd to DISTSTUFFDIRS.
|
||||
|
||||
Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
||||
|
||||
* Makefile.in (X11_LIB): Removed.
|
||||
|
|
|
@ -1130,11 +1130,11 @@ ETC_SUPPORT_PFX=configure.info standards.info cfg-paper.info
|
|||
# this macro.
|
||||
SUPPORT_FILES = list-of-support-files-for-tool-in-question
|
||||
# Directories that might want `make diststuff' run.
|
||||
DISTSTUFFDIRS= ld gprof gdb libg++ binutils gnats gas
|
||||
DISTSTUFFDIRS= ld gprof gdb libg++ binutils gnats gas bfd
|
||||
# Files where "byacc" (Cygnus version) should be changed to "bison -y" (FSF).
|
||||
DISTBISONFILES= binutils/Makefile.in gas/Makefile.in gdb/Makefile.in
|
||||
# Directories where "info" should be built.
|
||||
DISTDOCDIRS= ld gprof binutils gas bfd libg++ libio gdb gnats send-pr etc
|
||||
DISTDOCDIRS=libio send-pr etc
|
||||
|
||||
.PHONY: taz
|
||||
|
||||
|
|
Loading…
Reference in a new issue