install-gcc on install

This commit is contained in:
K. Richard Pixley 1991-12-10 11:14:48 +00:00
parent 806fd9fc4e
commit bb07ee3ebd
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@ Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* configure.in: add decstation host makefile frag.
* Makefile.in: BISON now bison -y again.
* Makefile.in: BISON now bison -y again. also install-gcc on
install.
Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)

View File

@ -83,7 +83,7 @@ install-info: dir.info install-info-dirs force
# $(MAKE) install-dir.info
# clib prms
all.normal: all-texinfo all-bison all-ld all-gnulib all-gdb all-make \
all.normal: all-texinfo all-bison all-byacc all-ld all-gnulib all-gdb all-make \
all-cvs all-emacs all-ispell
all.cross: all-bison all-ld all-gnulib all-gdb
# $(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS) $(OTHERS)"
@ -97,7 +97,7 @@ clean: clean-libiberty clean-texinfo clean-bfd clean-binutils clean-bison \
install: $(INSTALL_TARGET)
install.all: install-dirs install-libiberty install-texinfo install-binutils install-bison \
install-byacc install-ld install-gas install-gnulib \
install-byacc install-ld install-gas install-gcc install-gnulib \
install-readline install-glob install-gdb install-make install-cvs \
install-emacs install-ispell
install.cross: install-dirs install-libiberty install-binutils install-bison \