diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-08 17:46:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-08 17:46:02 +0000 |
commit | 71141bb60fbe409484b3165194e17ea127c0a8d7 (patch) | |
tree | 85176be3060622f715b5a2d91c508062e798ade6 /Makefile.in | |
parent | f4162f5cef3d99cc9fd30247c603a1540995518f (diff) | |
download | gdb-71141bb60fbe409484b3165194e17ea127c0a8d7.zip gdb-71141bb60fbe409484b3165194e17ea127c0a8d7.tar.gz gdb-71141bb60fbe409484b3165194e17ea127c0a8d7.tar.bz2 |
* mkdep: New file.
* Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
(BINUTILS_SUPPORT_DIRS): Add mkdep.
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 1b1b0f0..ccdefce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1758,14 +1758,14 @@ TEXINFO_SUPPORT= texinfo/texinfo.tex DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT) .PHONY: gas.tar.bz2 -GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms +GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms mkdep gas.tar.bz2: $(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.bz2 -BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms +BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils $(MAKE) -f Makefile.in taz TOOL=binutils \ SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)" |