Skip to content

Commit

Permalink
Fix parallel build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Mar 2, 2015
1 parent 1a2d98a commit e8b6be0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e8b6be0

Please sign in to comment.