install-gcc on install
authorK. Richard Pixley <rich@cygnus>
Tue, 10 Dec 1991 11:14:48 +0000 (11:14 +0000)
committerK. Richard Pixley <rich@cygnus>
Tue, 10 Dec 1991 11:14:48 +0000 (11:14 +0000)
ChangeLog
Makefile.in

index 6fb6b274e9bb96f63d3226862269bd64f16db6fd..457eac447747df61fff7133a404931f8ab31786e 100644 (file)
--- 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)
 
index 134ef3b773403996944af140190d420ae9a2b4a8..58c12b4ce84c84395bfb80de608b2cbe38c911e7 100644 (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 \
This page took 0.043667 seconds and 4 git commands to generate.