# HG changeset patch # User Roland McGrath # Date 749678061 0 # Node ID 87a507860be7b97a1ab8e29de26611a988970337 # Parent bc7a85d7ee276d6da4b00168e3fc1ecde5b5b592 Fixed typos or brainos of whoever though `@' was the comment char. diff -r bc7a85d7ee27 -r 87a507860be7 lib-src/Makefile.in --- a/lib-src/Makefile.in Sun Oct 03 19:33:04 1993 +0000 +++ b/lib-src/Makefile.in Sun Oct 03 19:54:21 1993 +0000 @@ -29,7 +29,7 @@ # 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 @@ # ==================== 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@