From e8b6be0016f131c2ac72bf3213eabdb59800e63b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 2 Mar 2015 15:47:56 +0100 Subject: Fix parallel build error --- ChangeLog | 5 +++++ elf/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99b00f4f52..5226f3decb 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 20b1682370..711beedf92 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} -- cgit v1.2.1