diff options
| author | Glenn Morris | 2017-05-31 12:56:40 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-05-31 12:56:40 -0400 |
| commit | 24ed64a04c62c8a9689396455af4670dcfc4fe49 (patch) | |
| tree | fb521fe67c8d26fca1fcbce9920441c0a823459e | |
| parent | 76712f0febc5403eea38fe73cff199e9e6aba310 (diff) | |
| download | emacs-24ed64a04c62c8a9689396455af4670dcfc4fe49.tar.gz emacs-24ed64a04c62c8a9689396455af4670dcfc4fe49.zip | |
* test/Makefile.in (.SECONDARY): Stop make deleting .elc files.
| -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 |