diff options
author | Per Bothner <per@bothner.com> | 1995-10-25 21:54:55 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-10-25 21:54:55 +0000 |
commit | fd83c2d212103544958047328d62d263c2d41df5 (patch) | |
tree | 34ec02cec213f6fbd4588e84a258dd5ff150cc62 /Makefile.in | |
parent | 356cd465210d392e9597e54e19ee3d5fb385aeab (diff) | |
download | gdb-fd83c2d212103544958047328d62d263c2d41df5.zip gdb-fd83c2d212103544958047328d62d263c2d41df5.tar.gz gdb-fd83c2d212103544958047328d62d263c2d41df5.tar.bz2 |
* Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
and gnats, because they are now subsumed by DISTSTUFFDIRS.
Move bfd to DISTSTUFFDIRS.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 6c9b91c..66a1487 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |