* sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
authorRoland McGrath <roland@gnu.org>
Mon, 11 Nov 2002 02:34:36 +0000 (02:34 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 11 Nov 2002 02:34:36 +0000 (02:34 +0000)
commitadee0e1f174ed6ac1c146c1a042dca6c1b020173
treeefe7e3ae6f14cc3a514fb48635da2063f5188e83
parent8bbd8b0ba260a124edd42495b4194c7b9c30d0bc
* sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at

the beginning of generated target commands.

* csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
dependencies for these in case implicit rule search skipped the
nonexistent source directory.
* sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
files with $(object-suffixes) as targets too.
* Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
and a target for it using $(make-target-directory).

* Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.

* sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
* sysdeps/generic/bits/pthreadtypes.h: ... here.
ChangeLog
Makerules
Rules
csu/Makefile
sysdeps/gnu/Makefile
sysdeps/unix/make-syscalls.sh