]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(errlist.c rules): Do this in subdir stdio-common instead of stdio.
authorRoland McGrath <roland@gnu.org>
Mon, 16 Oct 1995 23:10:45 +0000 (23:10 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 16 Oct 1995 23:10:45 +0000 (23:10 +0000)
sysdeps/unix/Makefile

index 66a7363b95e27f6ba0025551d0466ed02197d49c..9ffb3446834f5f14d44ffbae2ea0b6b3c972fc6a 100644 (file)
@@ -208,7 +208,7 @@ common-generated := $(common-generated) \
                    ioctls.h ioctls make-ioctls make-ioctls.c
 endif
 \f
-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
 \f
 ifeq (,$(filter-out $(sysdep_dir)/stub/ $(common-objpfx),\
        $(dir $(firstword $(wildcard $(+sysdep_dirs:%=%/syscall.h))))))