aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
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.
185INSTALL = @INSTALL@
185INSTALL_PROGRAM = @INSTALL_PROGRAM@ 186INSTALL_PROGRAM = @INSTALL_PROGRAM@
186INSTALL_DATA = @INSTALL_DATA@ 187INSTALL_DATA = @INSTALL_DATA@
187 188