From 6e86a7c21b25f271304238a0cff0dd638343a5c2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 12 Jun 1996 01:34:32 +0000 Subject: * Makerules (elfobjdir): Use $(objdir) if set, even in elf subdir. * elf/Makefile (routines): Remove init-first. * csu/Makefile (routines): New variable; put it here instead. * config.make.in (CFLAGS): New variable. * io/sys/stat.h (S_ISLNK, S_ISSOCK): Make conditional on __USE_BSD, not __USE_GNU. * string/string.h (strncasecmp): Likewise. --- elf/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'elf/Makefile') diff --git a/elf/Makefile b/elf/Makefile index 59906a017b..07ffbd8788 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -21,8 +21,7 @@ subdir := elf headers = elf.h elfclass.h link.h dlfcn.h -routines = init-first $(dl-routines) \ - dl-open dl-close dl-symbol dl-support +routines = $(dl-routines) dl-open dl-close dl-symbol dl-support # The core dynamic linking functions are in libc for the static and # profiled libraries. -- cgit 1.4.1