]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
Fix 'uninstall' target
authorTom Tromey <tromey@adacore.com>
Tue, 19 Oct 2021 18:44:56 +0000 (12:44 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 22 Oct 2021 18:29:04 +0000 (12:29 -0600)
commitaab00c2dff7511883e46735ef5e4582acd4d9911
tree5419298cf12aa550acf75bb52576ef854f6bb415
parent63b868ddf8798c69d7b695952cf602e610183fef
Fix 'uninstall' target

This adds some missing code to the 'uninstall' targets in gdb and
gdbserver.  It also changes gdb's uninstall target so that it no
longer tries to remove any man page -- this is already done (and more
correctly) by doc/Makefile.in.

I tested this with 'make install' followed by 'make uninstall', then
examining the install tree for regular files.  Only the 'dir' file
remains, but this appears to just be how 'install-info' is intended to
work.
gdb/Makefile.in
gdbserver/Makefile.in