diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-17 00:52:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-17 00:52:04 +0000 |
commit | df6add6279d3ad5b92b143f8781bec329f8c659c (patch) | |
tree | 610ff10f4967583f69d30d4d8f5a893951569621 /ldso/config.h | |
parent | 3bb075634b78b854510807448b8939d98830a4d7 (diff) |
Some cleanups needed for things to compile and work as expected
with the new build system...
-Erik
Diffstat (limited to 'ldso/config.h')
-rw-r--r-- | ldso/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ldso/config.h b/ldso/config.h index 3dbf0cdfa..256bab271 100644 --- a/ldso/config.h +++ b/ldso/config.h @@ -5,11 +5,11 @@ # define LDSO_PRELOAD "../util/ld.so.preload" # define LDDSTUB "../util/lddstub" #else -# define LDSO_IMAGE UCLIBC_ROOT_DIR "/lib/ld.so" -# define LDSO_CONF UCLIBC_ROOT_DIR "/etc/ld.so.conf" -# define LDSO_CACHE UCLIBC_ROOT_DIR "/etc/ld.so.cache" -# define LDSO_PRELOAD UCLIBC_ROOT_DIR "/etc/ld.so.preload" -# define LDDSTUB UCLIBC_ROOT_DIR "/usr/lib/lddstub" +# define LDSO_IMAGE UCLIBC_PREFIX "/lib/ld.so" +# define LDSO_CONF UCLIBC_PREFIX "/etc/ld.so.conf" +# define LDSO_CACHE UCLIBC_PREFIX "/etc/ld.so.cache" +# define LDSO_PRELOAD UCLIBC_PREFIX "/etc/ld.so.preload" +# define LDDSTUB UCLIBC_PREFIX "/usr/lib/lddstub" #endif #define LDD_ARGV0 "__LDD_ARGV0" |