diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-23 16:27:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-23 16:27:59 +0000 |
commit | 1e93b49b3c5973355275c4eaa6a8503aa423b3cd (patch) | |
tree | b54d7cdc187e90da9944f8eff9abc1c04a857d75 /Makefile.in | |
parent | 701552a5a1e23f14d8dfed6524b1322d3b77a654 (diff) | |
download | gdb-1e93b49b3c5973355275c4eaa6a8503aa423b3cd.zip gdb-1e93b49b3c5973355275c4eaa6a8503aa423b3cd.tar.gz gdb-1e93b49b3c5973355275c4eaa6a8503aa423b3cd.tar.bz2 |
* Makefile.in (GAS_SUPPORT_DIRS): Add intl.
(BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
(GDB_SUPPORT_DIRS): Likewise.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 3e73d09..76c5461 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1736,20 +1736,20 @@ TEXINFO_SUPPORT= texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT) .PHONY: gas.tar.gz -GAS_SUPPORT_DIRS= bfd include libiberty opcodes setup.com makefile.vms +GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas $(MAKE) -f Makefile.in taz TOOL=gas \ SUPPORT_FILES="$(GAS_SUPPORT_DIRS)" # The FSF "binutils" release includes gprof and ld. .PHONY: binutils.tar.gz -BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof setup.com makefile.vms +BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils $(MAKE) -f Makefile.in taz TOOL=binutils \ SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat" .PHONY: gas+binutils.tar.gz -GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof +GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof intl gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas $(MAKE) -f Makefile.in taz TOOL=gas \ SUPPORT_FILES="$(GASB_SUPPORT_DIRS) makeall.bat configure.bat" @@ -1766,7 +1766,7 @@ gnats.tar.gz: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)" .PHONY: gdb.tar.gz -GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils +GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl GDBTK_SUPPORT_DIRS= `if [ -d tcl -a -d tk ] ; then echo tcl tk ; fi` gdb.tar.gz: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb $(MAKE) -f Makefile.in taz TOOL=gdb \ |