diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-25 15:54:16 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-25 15:54:16 +0000 |
commit | 25fe89324c4d23ea467ea6902da6feb344dae3f4 (patch) | |
tree | 3cac9d56e54500027efe95e8af7ba38da9627bfb /Makeconfig | |
parent | cc1290d07e9bb5662642846c50c97c853d1827b5 (diff) | |
download | glibc-25fe89324c4d23ea467ea6902da6feb344dae3f4.tar glibc-25fe89324c4d23ea467ea6902da6feb344dae3f4.tar.gz glibc-25fe89324c4d23ea467ea6902da6feb344dae3f4.tar.bz2 glibc-25fe89324c4d23ea467ea6902da6feb344dae3f4.zip |
Fix run-program-prefix comment.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index 2b9e735c4d..70a3d9dba5 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. |