From: Roland McGrath Date: Sun, 3 Oct 1993 19:54:21 +0000 (+0000) Subject: Fixed typos or brainos of whoever though `@' was the comment char. X-Git-Tag: emacs-19.34~11043 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63be7fb7d05665dae6429877ae4f7d524ebc6321;p=emacs.git Fixed typos or brainos of whoever though `@' was the comment char. --- 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@