From bb07ee3ebd421609711c3a658324a1e96f5ac917 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Tue, 10 Dec 1991 11:14:48 +0000 Subject: [PATCH] install-gcc on install --- ChangeLog | 3 ++- Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6fb6b274e9b..457eac44774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/Makefile.in b/Makefile.in index 134ef3b7734..58c12b4ce84 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ -- 2.30.2