diff options
author | DJ Delorie <dj@redhat.com> | 2002-07-08 22:18:40 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-07-08 22:18:40 +0000 |
commit | 5b53c3368bf8829c24ca013fb6e2d49f6300c727 (patch) | |
tree | 6054a6f598e458ff223ee6de83b2a3553eb0a50e /Makefile.in | |
parent | 9b94f7bfd5f81a59fcd02bdbc6d330c4c86f79fc (diff) | |
download | gdb-5b53c3368bf8829c24ca013fb6e2d49f6300c727.zip gdb-5b53c3368bf8829c24ca013fb6e2d49f6300c727.tar.gz gdb-5b53c3368bf8829c24ca013fb6e2d49f6300c727.tar.bz2 |
* configure.in: Don't build grez.
* Makefile.in: Ditto.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index d90c1a6..c3caa1d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -549,7 +549,6 @@ ALL_MODULES = \ all-gnuserv \ all-gprof \ all-grep \ - all-grez \ all-gzip \ all-hello \ all-indent \ @@ -691,7 +690,6 @@ INSTALL_MODULES = \ install-gnuserv \ install-gprof \ install-grep \ - install-grez \ install-gzip \ install-hello \ install-indent \ @@ -853,7 +851,6 @@ CLEAN_MODULES = \ clean-gnuserv \ clean-gprof \ clean-grep \ - clean-grez \ clean-gzip \ clean-hello \ clean-indent \ @@ -1687,7 +1684,6 @@ configure-target-gperf: $(ALL_GCC_CXX) all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++-v3 all-gprof: all-libiberty all-bfd all-opcodes all-intl all-grep: all-libiberty -all-grez: all-libiberty all-bfd all-opcodes all-gui: all-gdb all-libproc all-guile: all-gzip: all-libiberty |