Mercurial > emacs
changeset 4808:87a507860be7
Fixed typos or brainos of whoever though `@' was the comment char.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Sun, 03 Oct 1993 19:54:21 +0000 |
parents | bc7a85d7ee27 |
children | 499783e8afb2 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Sun Oct 03 19:33:04 1993 +0000 +++ b/lib-src/Makefile.in Sun Oct 03 19:54:21 1993 +0000 @@ -29,7 +29,7 @@ # subdirectories of this directory. The default values for many of # the variables below are expressed in terms of this one, so you may # not need to change them. This is set with the --prefix option to -@ `../configure'. +# `../configure'. prefix=@prefix@ # Like `prefix', but used for architecture-specific files. This is @@ -68,7 +68,7 @@ # ==================== Utility Programs for the Build ==================== -@ ../configure figures out the correct values for these. +# ../configure figures out the correct values for these. INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@