From: Roland McGrath Date: Fri, 2 Aug 2002 21:49:19 +0000 (+0000) Subject: 2002-08-02 Roland McGrath X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac2baa6ad3568555ded703cc146c0d7ef9c8cb0;p=thirdparty%2Fglibc.git 2002-08-02 Roland McGrath * elf/Makefile ($(objpfx)interp.os): Depend on config.make, since it sets the variables we use in a -D switch. --- diff --git a/elf/Makefile b/elf/Makefile index 3aee90ce625..47a8a347313 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -185,6 +185,7 @@ $(objpfx)ld.so: $(objpfx)librtld.os $(rtld-ldscript) $(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