From: Andreas Schwab Date: Mon, 2 Mar 2015 14:47:56 +0000 (+0100) Subject: Fix parallel build error X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fgentoo%2F2.21;p=thirdparty%2Fglibc.git Fix parallel build error https://bugs.gentoo.org/74948 (cherry picked from commit e8b6be0016f131c2ac72bf3213eabdb59800e63b) (cherry picked from commit e04da210f7cd564c46a8db0e15a0c6e726f3977e) --- diff --git a/elf/Makefile b/elf/Makefile index 4882410c361..4813fcc6b7d 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -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}