From: Andreas Schwab Date: Mon, 2 Mar 2015 14:47:56 +0000 (+0100) Subject: Fix parallel build error X-Git-Tag: upstream/2.30~6273 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8b6be0016f131c2ac72bf3213eabdb59800e63b;p=external%2Fglibc.git Fix parallel build error --- diff --git a/ChangeLog b/ChangeLog index 99b00f4..5226f3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-03-02 Andreas Schwab + + * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in + variable name. + 2015-03-02 Florian Weimer * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn): diff --git a/elf/Makefile b/elf/Makefile index 20b1682..711beed 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -362,7 +362,7 @@ $(objpfx)interp.os: $(elf-objpfx)runtime-linker.h $(elf-objpfx)runtime-linker.h: $(elf-objpfx)runtime-linker.st; @: $(elf-objpfx)runtime-linker.st: $(common-objpfx)config.make - $(name-target-directory) + $(make-target-directory) echo '#define RUNTIME_LINKER "$(rtlddir)/$(rtld-installed-name)"' \ > ${@:st=T} $(move-if-change) ${@:st=T} ${@:st=h}