From: Roland McGrath Date: Fri, 2 Aug 2002 21:50:12 +0000 (+0000) Subject: * elf/Makefile ($(objpfx)interp.os): Depend on config.make, X-Git-Tag: upstream/2.30~21546 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=656f8223ec43c775f319f1b26c1e8bd619ca11a9;p=external%2Fglibc.git * elf/Makefile ($(objpfx)interp.os): Depend on config.make, since it sets the variables we use in a -D switch. --- diff --git a/ChangeLog b/ChangeLog index 72c893b..b3de131 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. + 2002-08-02 Roland McGrath * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX. diff --git a/elf/Makefile b/elf/Makefile index f1beff7..71610a6 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