* Makefile.in: Make all-opcodes depend on all-bfd.
This commit is contained in:
parent
ded6bcab5c
commit
275049c078
@ -1,6 +1,10 @@
|
||||
Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||
|
||||
* Makefile.in: Make all-opcodes depend on all-bfd.
|
||||
|
||||
Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* config.guess: Added special check for i[34]86-unixvel-sysv4*.
|
||||
* config.guess: Added special check for i[34]86-univel-sysv4*.
|
||||
|
||||
Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
|
14
Makefile.in
14
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user