Fix parallel build error

This commit is contained in:
Andreas Schwab 2015-03-02 15:47:56 +01:00
parent 1a2d98aff2
commit e8b6be0016
2 changed files with 6 additions and 1 deletions

View File

@ -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):

View 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}