From 45086082a06454cd1a2d1b91390a04a726b3ac28 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 May 1996 20:18:37 +0000 Subject: * time/Makefile (zonenames): Target removed. (extra-objs): Remove it from here. Include the z.* files directly instead of including zonenames; use `-include' to not complain befre they exist. * sysdeps/unix/Makefile: Find sysd-syscalls and s-proto.d with $(common-objpfx) instead of $(objpfx). --- sysdeps/unix/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile index 0496cf8272..9c718c0906 100644 --- a/sysdeps/unix/Makefile +++ b/sysdeps/unix/Makefile @@ -272,7 +272,7 @@ ifndef inhibit-unix-syscalls # Sysdep dirs unix/... can contain a file syscalls.list, # which specifies objects to be compiled as simple Unix system calls. --include $(objpfx)sysd-syscalls +-include $(common-objpfx)sysd-syscalls omit-deps += $(unix-syscalls) ifeq (misc,$(subdir)) @@ -282,8 +282,8 @@ endif export sysdirs export asm_CPP := $(COMPILE.S) -E -x assembler-with-cpp -$(objpfx)sysd-syscalls: $(..)sysdeps/unix/make-syscalls.sh \ - $(wildcard $(+sysdep_dirs:%=%/syscalls.list)) +$(common-objpfx)sysd-syscalls: $(..)sysdeps/unix/make-syscalls.sh \ + $(wildcard $(+sysdep_dirs:%=%/syscalls.list)) for dir in $$sysdirs; do \ test -f $(..)sysdeps/$$dir/syscalls.list && \ { $(SHELL) $(dir $<)$(notdir $<) \ @@ -298,7 +298,7 @@ ifdef subdir ifndef no_deps # These deps use file names relative to a subdir, so don't # include them in the parent directory. --include $(objpfx)s-proto.d +-include $(common-objpfx)s-proto.d endif endif -- cgit v1.2.3