diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-02 21:50:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-02 21:50:12 +0000 |
commit | 656f8223ec43c775f319f1b26c1e8bd619ca11a9 (patch) | |
tree | d979f8d580e46584b79f5c0bf29fe3cf8f25b4c5 /elf/Makefile | |
parent | 8102f4f96efb6f072d98b49089d3c1bfb6386a6e (diff) | |
download | glibc-656f8223ec43c775f319f1b26c1e8bd619ca11a9.tar.gz glibc-656f8223ec43c775f319f1b26c1e8bd619ca11a9.tar.xz glibc-656f8223ec43c775f319f1b26c1e8bd619ca11a9.zip |
* elf/Makefile ($(objpfx)interp.os): Depend on config.make,
since it sets the variables we use in a -D switch.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index f1beff737d..71610a62bf 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -179,6 +179,7 @@ $(objpfx)ld.so: $(objpfx)librtld.os $(ld-map) # interp.c exists just to get this string into the libraries. CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"' +$(objpfx)interp.os: $(common-objpfx)config.make ifneq (ld.so,$(rtld-installed-name)) # Make sure ld.so.1 exists in the build directory so we can link |