aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRoland McGrath1993-10-03 19:54:21 +0000
committerRoland McGrath1993-10-03 19:54:21 +0000
commit63be7fb7d05665dae6429877ae4f7d524ebc6321 (patch)
treea3dc25917581976819e40a0cd4ed03965e33eea6 /lib-src
parent9eb8034b1e0b2f4c6ce799302c111ab056287167 (diff)
downloademacs-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.in4
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'.
33prefix=@prefix@ 33prefix=@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.
72INSTALL = @INSTALL@ 72INSTALL = @INSTALL@
73INSTALL_PROGRAM = @INSTALL_PROGRAM@ 73INSTALL_PROGRAM = @INSTALL_PROGRAM@
74INSTALL_DATA = @INSTALL_DATA@ 74INSTALL_DATA = @INSTALL_DATA@