diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-07-11 01:58:46 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-07-11 01:58:46 +0000 |
commit | 5db223e45fc7b60e04c4041dca02324a9841f8c7 (patch) | |
tree | b132b3dfa0eac0dd80061f515ff433cc76b82065 /Makefile.in | |
parent | 7bcb64e019ad0aa12bb99a5caf7da5e06344f81c (diff) | |
download | gdb-5db223e45fc7b60e04c4041dca02324a9841f8c7.zip gdb-5db223e45fc7b60e04c4041dca02324a9841f8c7.tar.gz gdb-5db223e45fc7b60e04c4041dca02324a9841f8c7.tar.bz2 |
* Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
CLEAN_MODULES): Add bash.
(all-bash): New target.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 8766df2..6d71995 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: |