forked from Imagelibrary/binutils-gdb
Remove config.cache in gdbserver's "distclean"
PR gdb/28586 points out that "make distclean" fails to delete config.cache from gdbserver/. This patch fixes the bug, and removes a duplicate "Makefile" deletion that was also pointed out in the PR.
This commit is contained in:
@@ -412,8 +412,7 @@ mostlyclean clean:
|
||||
done
|
||||
|
||||
maintainer-clean realclean distclean: clean
|
||||
rm -f Makefile config.status config.h stamp-h config.log
|
||||
rm -f Makefile
|
||||
rm -f Makefile config.status config.h stamp-h config.log config.cache
|
||||
for i in $(CONFIG_SRC_SUBDIR); do \
|
||||
rmdir $$i/$(DEPDIR); \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user