diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-31 16:37:34 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-31 16:37:34 +0000 |
commit | 275049c07854ea359022d4a2929f92234f6db6d1 (patch) | |
tree | 9dd27ed7ab5e879d16532e667b9e376629fdd968 /Makefile.in | |
parent | ded6bcab5c70f8d12ba8b8c25b648f0ac14cb7be (diff) | |
download | gdb-275049c07854ea359022d4a2929f92234f6db6d1.zip gdb-275049c07854ea359022d4a2929f92234f6db6d1.tar.gz gdb-275049c07854ea359022d4a2929f92234f6db6d1.tar.bz2 |
* Makefile.in: Make all-opcodes depend on all-bfd.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 6b93cf9..2b8ae3a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -330,6 +330,7 @@ ALL_MODULES = \ all-prms \ all-rcs \ all-readline \ + all-release \ all-recode \ all-sed \ all-send-pr \ @@ -617,12 +618,17 @@ check: $(CHECK_MODULES) \ # Installation targets. -.PHONY: install uninstall +.PHONY: install uninstall vault-install install: $(INSTALL_TARGET) uninstall: @echo "the uninstall target is not supported in this tree" +vault-install: + @if [ -f ./release/vault-install ] ; then \ + ./release/vault-install $(host_alias) $(target_alias) ; \ + fi + .PHONY: install.all install.all: install-no-fixedincludes @if [ -f ./gcc/Makefile ] ; then \ @@ -849,7 +855,7 @@ all-diff: all-libiberty all-emacs: all-etc: all-expect: all-tcl -all-fileutils: +all-fileutils: all-libiberty all-find: all-flex: all-libiberty all-byacc all-gas: all-libiberty all-opcodes all-bfd @@ -870,7 +876,7 @@ all-m4: all-libiberty all-make: all-libiberty all-mmalloc: all-newlib: all-binutils all-gas all-gcc -all-opcodes: +all-opcodes: all-bfd all-patch: all-prms: all-rcs: @@ -963,7 +969,7 @@ Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) DEVO_SUPPORT= README Makefile.in configure configure.in \ config.guess config.sub config move-if-change ETC_SUPPORT= Makefile.in cfg-paper.texi configure.in configure.man \ - configure.texi + configure.texi standards.texi make-stds.texi GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline glob sim GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS) |