aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-12-10 11:14:48 +0000
committerK. Richard Pixley <rich@cygnus>1991-12-10 11:14:48 +0000
commitbb07ee3ebd421609711c3a658324a1e96f5ac917 (patch)
tree2a1ee1be4e36fbf267802596fba509dc302e7d0e /Makefile.in
parent806fd9fc4ea36675876b522350caec8e94df09cc (diff)
downloadgdb-bb07ee3ebd421609711c3a658324a1e96f5ac917.zip
gdb-bb07ee3ebd421609711c3a658324a1e96f5ac917.tar.gz
gdb-bb07ee3ebd421609711c3a658324a1e96f5ac917.tar.bz2
install-gcc on install
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
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 \