Remove two more files in gdb "distclean"
authorTom Tromey <tromey@adacore.com>
Fri, 17 Feb 2023 17:00:01 +0000 (10:00 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 6 Mar 2023 15:03:52 +0000 (08:03 -0700)
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.

gdb/Makefile.in

index 4691cad46333afbb6a9751b36e73cefc662beb8a..6e39383eb93d52d5d3827b05ee1d7216229f25fa 100644 (file)
@@ -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 \