]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix parallel build error
authorAndreas Schwab <schwab@suse.de>
Mon, 2 Mar 2015 14:47:56 +0000 (15:47 +0100)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Wed, 28 Oct 2015 14:29:27 +0000 (14:29 +0000)
(cherry picked from commit e8b6be0016f131c2ac72bf3213eabdb59800e63b)

ChangeLog
elf/Makefile

index debdd212a8540f8895c2b458f151270c8f9f457d..868d355d5e8681f513487751cc342fa3af2b6041 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-02  Andreas Schwab  <schwab@suse.de>
+
+       * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
+       variable name.
+
 2015-04-29  Florian Weimer  <fweimer@redhat.com>
 
        [BZ #18007]
index e5b142c7c675edf37d5b16f740e032f68fa4de94..62fe2452bc6c73ced859375856acdc42dab675e0 100644 (file)
@@ -358,7 +358,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}