diff options
author | Tom Tromey <tromey@redhat.com> | 2010-08-10 18:35:53 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-08-10 18:35:53 +0000 |
commit | c29c521f43a1f470355cc76391bb10ec2b73284a (patch) | |
tree | 30290b04c607c1a67ab606231f1b2d613111c86d /gdb/Makefile.in | |
parent | 0c012db1eb9c6b7c951e60cb74d0f6d7bb8738f9 (diff) | |
download | gdb-c29c521f43a1f470355cc76391bb10ec2b73284a.zip gdb-c29c521f43a1f470355cc76391bb10ec2b73284a.tar.gz gdb-c29c521f43a1f470355cc76391bb10ec2b73284a.tar.bz2 |
gdb
Revert gdb-add-index addition:
* Makefile.in (install-only): Don't install gdb-add-index.
* gdb-add-index.sh: Remove.
gdb/doc
Revert gdb-add-index addition:
* gdb.texinfo (Index Files): Don't document gdb-add-index.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 1d3e6a1..65eb1fe 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1018,16 +1018,7 @@ install-only: $(CONFIG_INSTALL) xml-syscall-install $(SHELL) $(srcdir)/../mkinstalldirs \ $(DESTDIR)$(man1dir) ; \ $(INSTALL_DATA) $(srcdir)/gdb.1 \ - $(DESTDIR)$(man1dir)/$$transformed_name.1; \ - transformed_name=`t='$(program_transform_name)'; \ - echo gdb-add-index | sed -e "$$t"` ; \ - if test "x$$transformed_name" = x; then \ - transformed_name=gdb-add-index ; \ - else \ - true ; \ - fi ; \ - $(INSTALL_PROGRAM) $(srcdir)/gdb-add-index.sh \ - $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) + $(DESTDIR)$(man1dir)/$$transformed_name.1 @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do .PHONY: install-tui install-tui: |