From 1969729543caa3bcfbcedbdc420f18636cd03a34 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 May 1993 20:00:53 +0000 Subject: [PATCH] (INSTALL): Add definition. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 672b10eb6a..95ca4de783 100644 --- a/Makefile.in +++ b/Makefile.in @@ -182,6 +182,7 @@ buildlisppath=${srcdir}/lisp # ==================== Utility Programs for the Build ==================== # Allow the user to specify the install program. +INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -- 2.20.1