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 /src | |
| 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 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index dbe6b6aa000..ab319837249 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -38,9 +38,6 @@ CPPFLAGS = @CPPFLAGS@ | |||
| 38 | LDFLAGS = @LDFLAGS@ | 38 | LDFLAGS = @LDFLAGS@ |
| 39 | EXEEXT = @EXEEXT@ | 39 | EXEEXT = @EXEEXT@ |
| 40 | version = @version@ | 40 | version = @version@ |
| 41 | # Substitute an assignment for the MAKE variable, because | ||
| 42 | # BSD doesn't have it as a default. | ||
| 43 | @SET_MAKE@ | ||
| 44 | MKDIR_P = @MKDIR_P@ | 41 | MKDIR_P = @MKDIR_P@ |
| 45 | # Don't use LIBS. configure puts stuff in it that either shouldn't be | 42 | # Don't use LIBS. configure puts stuff in it that either shouldn't be |
| 46 | # linked with Emacs or is duplicated by the other stuff below. | 43 | # linked with Emacs or is duplicated by the other stuff below. |