From: Joseph Myers Date: Thu, 25 Oct 2012 15:54:16 +0000 (+0000) Subject: Fix run-program-prefix comment. X-Git-Tag: glibc-2.17~353 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25fe89324c4d23ea467ea6902da6feb344dae3f4;p=thirdparty%2Fglibc.git Fix run-program-prefix comment. --- diff --git a/ChangeLog b/ChangeLog index a62630facfc..5077784693f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-10-25 Joseph Myers + + * Makeconfig (run-program-prefix): Fix comment. + 2012-10-24 Joseph Myers Jim Blandy diff --git a/Makeconfig b/Makeconfig index 2b9e735c4df..70a3d9dba58 100644 --- a/Makeconfig +++ b/Makeconfig @@ -608,7 +608,7 @@ run-via-rtld-prefix = \ else run-via-rtld-prefix = endif -# $(run-via-rtld-prefix) is a command that, when prepended to the name +# $(run-program-prefix) is a command that, when prepended to the name # of a program built with the newly built library, produces a command # that, executed on the build system on which "make" is run, runs that # program.