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 /lwlib | |
| 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 'lwlib')
| -rw-r--r-- | lwlib/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index efb7f3a7ab6..d6a8f50ce74 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in | |||
| @@ -26,7 +26,6 @@ srcdir=@srcdir@ | |||
| 26 | # MinGW CPPFLAGS may use this. | 26 | # MinGW CPPFLAGS may use this. |
| 27 | abs_top_srcdir=@abs_top_srcdir@ | 27 | abs_top_srcdir=@abs_top_srcdir@ |
| 28 | VPATH=@srcdir@ | 28 | VPATH=@srcdir@ |
| 29 | @SET_MAKE@ | ||
| 30 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ | 29 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ |
| 31 | C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@ | 30 | C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@ |
| 32 | C_SWITCH_MACHINE=@C_SWITCH_MACHINE@ | 31 | C_SWITCH_MACHINE=@C_SWITCH_MACHINE@ |