diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-01 15:59:58 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-01 15:59:58 +0000 |
commit | 8323b19f7ae1c6d9f4a7b796a62491c7fffddc4f (patch) | |
tree | dd07edf604f7e57b2106bd3b855d7820805cd7c7 /Makefile.in | |
parent | e6e7acad943f6d9ed51fce92803070941eed4af8 (diff) | |
download | gcc-8323b19f7ae1c6d9f4a7b796a62491c7fffddc4f.tar.gz |
Remove references to building emacs from top level Makefile.in.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55138 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in index 6aa538355aa..39f39f13f61 100644 --- a/Makefile.in +++ b/Makefile.in @@ -747,8 +747,6 @@ INSTALL_MODULES = \ # This is a list of the targets for all of the modules which are compiled # using $(X11_FLAGS_TO_PASS). ALL_X11_MODULES = \ - all-emacs \ - all-emacs19 \ all-gdb \ all-expect \ all-guile \ @@ -759,7 +757,6 @@ ALL_X11_MODULES = \ # This is a list of the check targets for all of the modules which are # compiled using $(X11_FLAGS_TO_PASS). CHECK_X11_MODULES = \ - check-emacs \ check-gdb \ check-guile \ check-expect \ @@ -770,8 +767,6 @@ CHECK_X11_MODULES = \ # This is a list of the install targets for all the modules which are # compiled using $(X11_FLAGS_TO_PASS). INSTALL_X11_MODULES = \ - install-emacs \ - install-emacs19 \ install-gdb \ install-guile \ install-expect \ @@ -949,8 +944,6 @@ CLEAN_TARGET_MODULES = \ # All of the x11 modules that can be cleaned CLEAN_X11_MODULES = \ - clean-emacs \ - clean-emacs19 \ clean-gdb \ clean-expect \ clean-guile \ @@ -1721,8 +1714,6 @@ all-target-cygmon: configure-target-cygmon all-target-libiberty all-target-libst all-db: all-dejagnu: all-tcl all-expect all-tk all-diff: all-libiberty -all-emacs: -all-emacs19: all-bison all-byacc all-etc: configure-target-examples: $(ALL_GCC_C) all-target-examples: configure-target-examples @@ -1751,7 +1742,6 @@ all-hello: all-libiberty all-indent: all-inet: all-tcl all-send-pr all-perl all-intl: -all-ispell: all-emacs19 all-itcl: all-tcl all-tk all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex all-intl configure-target-libgloss: $(ALL_GCC) |