diff options
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. |