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:
parent
76712f0feb
commit
24ed64a04c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user