From: Roland McGrath Date: Sat, 18 Mar 1995 07:23:06 +0000 (+0000) Subject: * Makefile (subdirs): Put elf last. X-Git-Tag: cvs/make-3-72-12~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a38f13baf0fd4ee63833371bb867bcd09bb866c9;p=thirdparty%2Fglibc.git * Makefile (subdirs): Put elf last. --- diff --git a/ChangeLog b/ChangeLog index 6f7a40ee928..0d54c13488f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Fri Mar 17 12:58:37 1995 Roland McGrath + * Makefile (subdirs): Put elf last. + * sunrpc/Makefile (install-lib): Variable removed. (rpcsvc-objs): Variable removed. (extra-objs): Don't include $(rpcsvc-objs). diff --git a/Makefile b/Makefile index 8cf294f6510..4f76bc14c06 100644 --- a/Makefile +++ b/Makefile @@ -49,10 +49,10 @@ sysdep-subdirs := $(subst $(\n), ,$(sysdep-subdirs)) endif # These are the subdirectories containing the library source. -subdirs := elf csu assert ctype locale math setjmp signal stdio stdlib \ +subdirs := csu assert ctype locale math setjmp signal stdio stdlib \ malloc string time dirent grp pwd posix io termios resource \ socket misc gnulib $(wildcard crypt) manual \ - $(sysdep-subdirs) + $(sysdep-subdirs) elf export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63. # The mach and hurd subdirectories have many generated header files which