From 63be7fb7d05665dae6429877ae4f7d524ebc6321 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 3 Oct 1993 19:54:21 +0000 Subject: [PATCH] Fixed typos or brainos of whoever though `@' was the comment char. --- lib-src/Makefile.in | 4 ++-- 1 file 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@ -- 2.39.5