]> 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)
committerAndreas Schwab <schwab@suse.de>
Mon, 2 Mar 2015 14:56:22 +0000 (15:56 +0100)
ChangeLog
elf/Makefile

index 99b00f4f52efb74b1bd8b7a79b5162e859d9cf64..5226f3decb3c8d2b9d660b810d0c887101c00f95 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-03-02  Florian Weimer  <fweimer@redhat.com>
 
        * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
index 20b1682370906180672abbc366b7a0db193e49af..711beedf921de3447ac3c6fa7f4538596fd2210c 100644 (file)
@@ -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}