diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-05 19:31:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-05 19:31:01 +0000 |
commit | 15c38856880642527c3c2564b6d806233b252728 (patch) | |
tree | 5b801f7bdcbf3a65d067b5681168e8d8ea743364 /applets | |
parent | 9fcd799b98c3db7c281b68e587a1932f47e8807d (diff) |
fix incorrect text of link-time error message. No code changes
Diffstat (limited to 'applets')
-rw-r--r-- | applets/applets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c index 1950cf34e..636b5c91e 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -17,7 +17,7 @@ #warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400 #warning Note that glibc is unsuitable for static linking anyway. #warning If you still want to do it, remove -Wl,--gc-sections -#warning from top-level Makefile and remove this warning. +#warning from scripts/trylink and remove this warning. #error Aborting compilation. #endif |