mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
(errlist.c rules): Do this in subdir stdio-common instead of stdio.
This commit is contained in:
parent
c90514fc98
commit
10fd03c601
@ -208,7 +208,7 @@ common-generated := $(common-generated) \
|
|||||||
ioctls.h ioctls make-ioctls make-ioctls.c
|
ioctls.h ioctls make-ioctls make-ioctls.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),stdio)
|
ifeq ($(subdir),stdio-common)
|
||||||
ifeq (,$(filter-out $(sysdep_dir)/stub/ $(common-objpfx),\
|
ifeq (,$(filter-out $(sysdep_dir)/stub/ $(common-objpfx),\
|
||||||
$(dir $(firstword $(wildcard $(+sysdep_dirs:%=%/errlist.c))))))
|
$(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
|
generated := $(generated) make_errlist errlist.c
|
||||||
|
|
||||||
endif
|
endif
|
||||||
endif # stdio
|
endif # stdio-common
|
||||||
|
|
||||||
ifeq (,$(filter-out $(sysdep_dir)/stub/ $(common-objpfx),\
|
ifeq (,$(filter-out $(sysdep_dir)/stub/ $(common-objpfx),\
|
||||||
$(dir $(firstword $(wildcard $(+sysdep_dirs:%=%/syscall.h))))))
|
$(dir $(firstword $(wildcard $(+sysdep_dirs:%=%/syscall.h))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user