diff options
| author | Roland McGrath | 1993-10-03 19:54:21 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-10-03 19:54:21 +0000 |
| commit | 63be7fb7d05665dae6429877ae4f7d524ebc6321 (patch) | |
| tree | a3dc25917581976819e40a0cd4ed03965e33eea6 /lib-src | |
| parent | 9eb8034b1e0b2f4c6ce799302c111ab056287167 (diff) | |
| download | emacs-63be7fb7d05665dae6429877ae4f7d524ebc6321.tar.gz emacs-63be7fb7d05665dae6429877ae4f7d524ebc6321.zip | |
Fixed typos or brainos of whoever though `@' was the comment char.
Diffstat (limited to 'lib-src')
| -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@ | |||
| 29 | # subdirectories of this directory. The default values for many of | 29 | # subdirectories of this directory. The default values for many of |
| 30 | # the variables below are expressed in terms of this one, so you may | 30 | # the variables below are expressed in terms of this one, so you may |
| 31 | # not need to change them. This is set with the --prefix option to | 31 | # not need to change them. This is set with the --prefix option to |
| 32 | @ `../configure'. | 32 | # `../configure'. |
| 33 | prefix=@prefix@ | 33 | prefix=@prefix@ |
| 34 | 34 | ||
| 35 | # Like `prefix', but used for architecture-specific files. This is | 35 | # Like `prefix', but used for architecture-specific files. This is |
| @@ -68,7 +68,7 @@ archlibdir=@archlibdir@ | |||
| 68 | 68 | ||
| 69 | # ==================== Utility Programs for the Build ==================== | 69 | # ==================== Utility Programs for the Build ==================== |
| 70 | 70 | ||
| 71 | @ ../configure figures out the correct values for these. | 71 | # ../configure figures out the correct values for these. |
| 72 | INSTALL = @INSTALL@ | 72 | INSTALL = @INSTALL@ |
| 73 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 73 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 74 | INSTALL_DATA = @INSTALL_DATA@ | 74 | INSTALL_DATA = @INSTALL_DATA@ |