diff options
author | Tom Tromey <tromey@redhat.com> | 1996-04-15 21:14:30 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-04-15 21:14:30 +0000 |
commit | 53c403df7973db01de99aa2704cb47ec9270b1d8 (patch) | |
tree | 73dd025abf83763ca291c4125515a3a0f3a45c33 /Makefile.in | |
parent | 10533b5b48e1bc4ebf9332322de6558bcb8b62c3 (diff) | |
download | gdb-53c403df7973db01de99aa2704cb47ec9270b1d8.zip gdb-53c403df7973db01de99aa2704cb47ec9270b1d8.tar.gz gdb-53c403df7973db01de99aa2704cb47ec9270b1d8.tar.bz2 |
* Makefile.in (ALL_MODULES): Include all-apache.
(CROSS_CHECK_MODULES): Include check-apache.
(INSTALL_MODULES): Include install-apache.
(all-apache): New target.
* configure.in: Added apache everywhere perl is seen.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 597682f..dda19c4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -410,6 +410,7 @@ GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS) # This is a list of the targets for all of the modules which are compiled # using $(FLAGS_TO_PASS). ALL_MODULES = \ + all-apache \ all-autoconf \ all-bfd \ all-binutils \ @@ -470,6 +471,7 @@ NATIVE_CHECK_MODULES = \ check-flex CROSS_CHECK_MODULES = \ + check-apache \ check-autoconf \ check-bfd \ check-binutils \ @@ -517,6 +519,7 @@ CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES) # This is a list of the install targets for all of the modules which are # compiled using $(FLAGS_TO_PASS). INSTALL_MODULES = \ + install-apache \ install-autoconf \ install-bfd \ install-binutils \ @@ -1220,6 +1223,7 @@ install-dosrel-fake: # This is a list of inter-dependencies among modules. +all-apache: all-autoconf: all-m4 all-bfd: all-binutils: all-libiberty all-opcodes all-bfd all-flex all-byacc |