X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/261518d9ce6d5fd1f82aaba2a33bf599d177e126..86ddcc58d5543999fd73c2d9ee1daf6b0a6ced8a:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 92dce17134..11ff13eef2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,7 +66,7 @@ libsrc_libs=@libsrc_libs@ prefix=@prefix@ # Like `prefix', but used for architecture-specific files. -exec_prefix=${prefix} +exec_prefix=@exec_prefix@ # Where to install Emacs and other binaries that people will want to # run directly (like etags). @@ -183,9 +183,8 @@ buildlisppath=${srcdir}/lisp # ==================== Utility Programs for the Build ==================== # Allow the user to specify the install program. -INSTALL = install -c -INSTALL_PROGRAM = ${INSTALL} -INSTALL_DATA = ${INSTALL} +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ # ============================= Targets ==============================