aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-02-17 10:00:01 -0700
committerTom Tromey <tromey@adacore.com>2023-03-06 08:03:52 -0700
commit72ee804c9200d4e860c9802e1e1e9b315f221ab8 (patch)
treea2a951e16f29547104dd319d3a9d38c97fe45d5d /gdb/Makefile.in
parenta1f4d06969bed2fd4747784d569bfaeb4b50dc80 (diff)
downloadfsf-binutils-gdb-72ee804c9200d4e860c9802e1e1e9b315f221ab8.zip
fsf-binutils-gdb-72ee804c9200d4e860c9802e1e1e9b315f221ab8.tar.gz
fsf-binutils-gdb-72ee804c9200d4e860c9802e1e1e9b315f221ab8.tar.bz2
Remove two more files in gdb "distclean"
The recent work to have gdb link via libtool means that there are a couple more generated files in the build directory that should be removed by "distclean". Note that gdb can't really fully implement distclean due to the desire to put certain generated files into the distribution. Still, it can get pretty close.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 4691cad..6e39383 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2224,6 +2224,7 @@ distclean: clean
rm -f gdb-gdb.py gdb-gdb.gdb
rm -f y.output yacc.acts yacc.tmp y.tab.h
rm -f config.log config.cache
+ rm -f config.lt libtool
rm -f Makefile
rm -rf $(DEPDIR)
for i in $(CONFIG_SRC_SUBDIR); do \