1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* test/Makefile.in (.SECONDARY): Stop make deleting .elc files.

This commit is contained in:
Glenn Morris 2017-05-31 12:56:40 -04:00
parent 76712f0feb
commit 24ed64a04c

View File

@ -150,6 +150,9 @@ TESTS := $(LOGFILES:.log=)
## see what the problem was.
.PRECIOUS: %.log
## Stop make deleting these as intermediate files.
.SECONDARY: ${ELFILES:.el=.elc}
.PHONY: ${TESTS}
define test_template