aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-25 20:00:53 +0000
committerRichard M. Stallman1993-05-25 20:00:53 +0000
commit1969729543caa3bcfbcedbdc420f18636cd03a34 (patch)
tree5434e6d731561eef4d8a5b7a9e92a3a843f9d179
parent730426aeb14844bcd6fe594d20c967bb8ec7a89f (diff)
downloademacs-1969729543caa3bcfbcedbdc420f18636cd03a34.tar.gz
emacs-1969729543caa3bcfbcedbdc420f18636cd03a34.zip
(INSTALL): Add definition.
-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