From 10fd03c6014206b3775be893727f282c4c709ebf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 16 Oct 1995 23:10:45 +0000 Subject: (errlist.c rules): Do this in subdir stdio-common instead of stdio. --- sysdeps/unix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/Makefile') diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile index 66a7363b95..9ffb344683 100644 --- a/sysdeps/unix/Makefile +++ b/sysdeps/unix/Makefile @@ -208,7 +208,7 @@ common-generated := $(common-generated) \ ioctls.h ioctls make-ioctls make-ioctls.c endif -ifeq ($(subdir),stdio) +ifeq ($(subdir),stdio-common) ifeq (,$(filter-out $(sysdep_dir)/stub/ $(common-objpfx),\ $(dir $(firstword $(wildcard $(+sysdep_dirs:%=%/errlist.c)))))) @@ -224,7 +224,7 @@ $(objpfx)make_errlist: $(sysdep_dir)/unix/make_errlist.c generated := $(generated) make_errlist errlist.c endif -endif # stdio +endif # stdio-common ifeq (,$(filter-out $(sysdep_dir)/stub/ $(common-objpfx),\ $(dir $(firstword $(wildcard $(+sysdep_dirs:%=%/syscall.h)))))) -- cgit v1.2.3