diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-04 20:46:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-04 20:46:53 +0000 |
commit | 8407ee91ddb73395014779d417f8bb1abea976c0 (patch) | |
tree | 5dc08825ea3bf220d7bd5fd2299ccad38c382ade | |
parent | 591baf8f35cdc9e95da99f9fb2b1e58f873058c1 (diff) |
Peter S. Mazinger writes:
Hello!
The latest changes document ldd in RUNTIME_PREFIX/bin, but it is installed
in RUNTIME_PREFIX/usr/bin
Peter
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 267364eb1..83e8b655b 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -975,7 +975,7 @@ config RUNTIME_PREFIX like the following: $(RUNTIME_PREFIX)/ lib/ <contains all runtime libraries> - bin/ldd <the ldd utility program> + usr/bin/ldd <the ldd utility program> sbin/ldconfig <the ldconfig utility program> This value is used by the 'make install' Makefile target. Since this directory is compiled into the shared library loader, you will need to |