diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 0d1663a4cdd..4f12a8ea48c 100644 --- a/test/Makefile.in +++ b/test/Makefile.in | |||
| @@ -150,6 +150,9 @@ TESTS := $(LOGFILES:.log=) | |||
| 150 | ## see what the problem was. | 150 | ## see what the problem was. |
| 151 | .PRECIOUS: %.log | 151 | .PRECIOUS: %.log |
| 152 | 152 | ||
| 153 | ## Stop make deleting these as intermediate files. | ||
| 154 | .SECONDARY: ${ELFILES:.el=.elc} | ||
| 155 | |||
| 153 | .PHONY: ${TESTS} | 156 | .PHONY: ${TESTS} |
| 154 | 157 | ||
| 155 | define test_template | 158 | define test_template |