* src/Makefile.in (clean): Delete versioned pdmp files.

Else build number increments without limit even in clean builds.
This commit is contained in:
Glenn Morris 2019-01-28 15:55:57 -05:00
parent 0f94d422f1
commit 020f623372

View file

@ -690,7 +690,8 @@ mostlyclean:
rm -f globals.h gl-stamp
rm -f ./*.res ./*.tmp
clean: mostlyclean
rm -f emacs-*.*.*[0-9]$(EXEEXT) emacs$(EXEEXT) $(DEPDIR)/*
rm -f emacs-*.*.*[0-9]$(EXEEXT) emacs-*.*.*[0-9].pdmp
rm -f emacs$(EXEEXT) $(DEPDIR)/*
## bootstrap-clean is used to clean up just before a bootstrap.
## It should remove all files generated during a compilation/bootstrap,