From adee0e1f174ed6ac1c146c1a042dca6c1b020173 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 11 Nov 2002 02:34:36 +0000 Subject: * 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. --- Rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Rules') diff --git a/Rules b/Rules index 6090deb09d..f74cc64dfa 100644 --- a/Rules +++ b/Rules @@ -61,6 +61,9 @@ ifneq "$(findstring env,$(origin common-generated))" "" common-generated := endif +# See below. This must be set before Makerules processes it. +before-compile += $(common-objpfx)bits/stdio_lim.h + include ../Makerules .PHONY: subdir_lib -- cgit v1.2.3