diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -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 134ef3b..58c12b4 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 \ |