about summary refs log tree commit diff
path: root/sysdeps/unix/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-26 23:57:29 +0000
committerRoland McGrath <roland@gnu.org>2006-02-26 23:57:29 +0000
commitd900bcba1ecb89631630249d7b5d21156574a3bd (patch)
treebf2013857dc7d5fba91b6451e8e0e1424bcbdbbd /sysdeps/unix/Makefile
parentf04d645ebe52fc1a49b4673c3172d22eafdaefb8 (diff)
downloadglibc-d900bcba1ecb89631630249d7b5d21156574a3bd.tar.gz
glibc-d900bcba1ecb89631630249d7b5d21156574a3bd.tar.xz
glibc-d900bcba1ecb89631630249d7b5d21156574a3bd.zip
* sysdeps/unix/common/Makefile: File removed.
	* sysdeps/unix/common/glue-ctype.c: File removed.
	* sysdeps/unix/common/configure.in: File removed.
	* sysdeps/unix/common/configure: File removed.

	* sysdeps/unix/configure.in: File removed.
	* sysdeps/unix/configure: File removed.
	* sysdeps/unix/make_errlist.c: File removed.
	* sysdeps/unix/Makefile ($(objpfx)errlist.c, $(objpfx)make_errlist):
	Rules removed.
Diffstat (limited to 'sysdeps/unix/Makefile')
-rw-r--r--sysdeps/unix/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile
index c1da42f953..c9aa360cde 100644
--- a/sysdeps/unix/Makefile
+++ b/sysdeps/unix/Makefile
@@ -212,24 +212,6 @@ common-generated := $(common-generated) \
 		    bits/ioctls.h ioctls make-ioctls make-ioctls.c
 endif
 
-ifeq ($(subdir),stdio-common)
-ifeq (,$(filter-out $(sysdep_dir)/generic/ $(objpfx),\
-	$(dir $(firstword $(wildcard $(+sysdep_dirs:%=%/errlist.c))))))
-
-before-compile: $(objpfx)errlist.c
-$(objpfx)errlist.c: $(objpfx)make_errlist
-	@rm -f $@
-	$(dir $<)$(notdir $<) > $@-tmp
-	mv $@-tmp $@
-
-$(objpfx)make_errlist: $(sysdep_dir)/unix/make_errlist.c
-	$(native-compile)
-
-generated := $(generated) make_errlist errlist.c
-
-endif
-endif # stdio-common
-
 ifeq (,$(filter-out $(sysdep_dir)/generic/ $(common-objpfx),\
 	$(dir $(firstword $(wildcard $(+sysdep_dirs:%=%/sys/syscall.h))))))