|
|
|
@ -1053,8 +1053,8 @@ SUPPORT_FILES = list-of-support-files-for-tool-in-question |
|
|
|
DISTSTUFFDIRS= ld gprof gdb libg++ binutils |
|
|
|
# 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" and "dvi" should be built.
|
|
|
|
DISTDOCDIRS= ld gprof binutils gdb libg++ gas bfd |
|
|
|
# Directories where "info" should be built.
|
|
|
|
DISTDOCDIRS= ld gprof binutils gas bfd |
|
|
|
|
|
|
|
.PHONY: taz |
|
|
|
|
|
|
|
@ -1079,7 +1079,7 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \ |
|
|
|
# Doc files don't change; include them in distribution. |
|
|
|
for f in $(DISTDOCDIRS) ; do \
|
|
|
|
if [ -r $$f/Makefile ]; then \
|
|
|
|
(cd $$f ; $(MAKE) info dvi) || exit 1 ; \
|
|
|
|
(cd $$f ; $(MAKE) info) || exit 1 ; \
|
|
|
|
else true ; fi ; \
|
|
|
|
done |
|
|
|
# Make links, and run "make diststuff" when needed. |
|
|
|
|