diff options
author | Roland McGrath <roland@gnu.org> | 1993-10-03 19:54:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-10-03 19:54:21 +0000 |
commit | 9b22b86eb8062ecf838815e67edca5ef57ebe8d4 (patch) | |
tree | 8f80e2a21ba20b304a343f127f15433dd8ddb5f6 /lib-src/Makefile.in | |
parent | a08d4d7dd51ce29298c0028eaaf5c331f56f0261 (diff) | |
download | emacs-9b22b86eb8062ecf838815e67edca5ef57ebe8d4.tar.gz |
Fixed typos or brainos of whoever though `@' was the comment char.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r-- | lib-src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 1ac1f9aa9eb..ebc896a4d52 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -29,7 +29,7 @@ configname=@configuration@ # 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 @@ archlibdir=@archlibdir@ # ==================== 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@ |