From 391763e7551da454700b1749647ded3cdf7366ec Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 15 Jul 1996 00:11:11 +0000 Subject: * Makeconfig (rtld-installed-name): Set to ld.so.1. * sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): Variable removed. * manual/Makefile (glibc-targets): Remove subdir_ from elts. * sysdeps/generic/dl-sysdep.c (_dl_sysdep_read_whole_file): New fn. --- manual/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index 6db73cdca6..54d0b06448 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -153,8 +153,10 @@ subdir_%: ; # These are targets that each glibc subdirectory is expected to understand. # ../Rules defines them for code subdirectories; for us, they are no-ops. -glibc-targets := subdir_lib objects objs others tests subdir_lint.out \ - subdir_echo-headers subdir_echo-distinfo stubs +# None of these should be `subdir_TARGET'; those targets are transformed +# by the implicit rule above into `TARGET' deps. +glibc-targets := lib objects objs others tests lint.out \ + echo-headers echo-distinfo stubs .PHONY: $(glibc-targets) $(glibc-targets): -- cgit 1.4.1