* Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 11 Jul 1996 01:58:46 +0000 (01:58 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 11 Jul 1996 01:58:46 +0000 (01:58 +0000)
CLEAN_MODULES): Add bash.
(all-bash): New target.

ChangeLog
Makefile.in

index 112b619..c36b3ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
+       CLEAN_MODULES): Add bash.
+       (all-bash): New target.
+
 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
 
        * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
index 8766df2..6d71995 100644 (file)
@@ -41,7 +41,6 @@ man8dir = $(mandir)/man8
 man9dir = $(mandir)/man9
 infodir = $(prefix)/info
 includedir = $(prefix)/include
-docdir = $(datadir)/doc
 GDB_NLM_DEPS = 
 
 SHELL = /bin/sh
@@ -413,6 +412,7 @@ GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
 ALL_MODULES = \
        all-apache \
        all-autoconf \
+       all-bash \
        all-bfd \
        all-binutils \
        all-byacc \
@@ -462,8 +462,6 @@ ALL_MODULES = \
 
 # This is a list of the check targets for all of the modules which are
 # compiled using $(FLAGS_TO_PASS).
-# This is a list of the check targets for all of the modules which are
-# compiled using $(FLAGS_TO_PASS).
 #
 # The list is in two parts.  The first lists those tools which
 # are tested as part of the host's native tool-chain, and not
@@ -475,6 +473,7 @@ NATIVE_CHECK_MODULES = \
 CROSS_CHECK_MODULES = \
        check-apache \
        check-autoconf \
+       check-bash \
        check-bfd \
        check-binutils \
        check-cvs \
@@ -524,6 +523,7 @@ CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
 INSTALL_MODULES = \
        install-apache \
        install-autoconf \
+       install-bash \
        install-bfd \
        install-binutils \
        install-byacc \
@@ -656,6 +656,7 @@ INSTALL_TARGET_MODULES = \
 CLEAN_MODULES = \
        clean-apache \
        clean-autoconf \
+       clean-bash \
        clean-bfd \
        clean-binutils \
        clean-byacc \
@@ -1236,6 +1237,7 @@ install-dosrel-fake:
 # This is a list of inter-dependencies among modules.
 all-apache:
 all-autoconf: all-m4
+all-bash:
 all-bfd:
 all-binutils: all-libiberty all-opcodes all-bfd all-flex all-byacc
 all-byacc: