diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-16 23:10:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-16 23:10:45 +0000 |
commit | 10fd03c6014206b3775be893727f282c4c709ebf (patch) | |
tree | c6e7ebad5a3fcfe557220683e62aff62740d011a | |
parent | c90514fc9843c89361bb2afe5ffbd07701e53b0d (diff) |
(errlist.c rules): Do this in subdir stdio-common instead of stdio.
-rw-r--r-- | sysdeps/unix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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)))))) |