diff options
| author | Paul Eggert | 2017-01-07 18:15:17 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-01-07 18:15:37 -0800 |
| commit | 952d0f2ce4c262f45d19acffb107c7167cd5e07f (patch) | |
| tree | bd4474ac2cc62275c39529d9ad4e7097f19f3813 /Makefile.in | |
| parent | 77f35363fd9bb743716a196a3168fa94d896c28e (diff) | |
| download | emacs-952d0f2ce4c262f45d19acffb107c7167cd5e07f.tar.gz emacs-952d0f2ce4c262f45d19acffb107c7167cd5e07f.zip | |
Remove @SET_MAKE@ from manually-maintained files
Emacs now assumes GNU Make, so @SET_MAKE@ is no longer needed.
* Makefile.in, lwlib/Makefile.in, nextstep/Makefile.in:
* src/Makefile.in: Remove @SET_MAKE@.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 0ecb273fb2a..2e205d88c42 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -68,9 +68,6 @@ SHELL = @SHELL@ | |||
| 68 | # current directory. | 68 | # current directory. |
| 69 | CDPATH= | 69 | CDPATH= |
| 70 | 70 | ||
| 71 | # If Make doesn't predefine MAKE, set it here. | ||
| 72 | @SET_MAKE@ | ||
| 73 | |||
| 74 | # ==================== Things 'configure' Might Edit ==================== | 71 | # ==================== Things 'configure' Might Edit ==================== |
| 75 | 72 | ||
| 76 | cache_file = @cache_file@ | 73 | cache_file = @cache_file@ |