mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
Fix parallel build error
This commit is contained in:
parent
1a2d98aff2
commit
e8b6be0016
@ -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):
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user