diff options
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 672b10eb6af..95ca4de7836 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -182,6 +182,7 @@ buildlisppath=${srcdir}/lisp | |||
| 182 | # ==================== Utility Programs for the Build ==================== | 182 | # ==================== Utility Programs for the Build ==================== |
| 183 | 183 | ||
| 184 | # Allow the user to specify the install program. | 184 | # Allow the user to specify the install program. |
| 185 | INSTALL = @INSTALL@ | ||
| 185 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 186 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 186 | INSTALL_DATA = @INSTALL_DATA@ | 187 | INSTALL_DATA = @INSTALL_DATA@ |
| 187 | 188 | ||