* Makefile (subdirs): Put elf last.
authorRoland McGrath <roland@gnu.org>
Sat, 18 Mar 1995 07:23:06 +0000 (07:23 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 18 Mar 1995 07:23:06 +0000 (07:23 +0000)
ChangeLog
Makefile

index 6f7a40ee9281144e30a847f355e126099af0a9c8..0d54c13488f275b35f0b5e248ddd553765005247 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Fri Mar 17 12:58:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
+       * Makefile (subdirs): Put elf last.
+
        * sunrpc/Makefile (install-lib): Variable removed.
        (rpcsvc-objs): Variable removed.
        (extra-objs): Don't include $(rpcsvc-objs).
index 8cf294f65101ec5dfe5e7c0130ad2833bc628b66..4f76bc14c0605fa04e7b0a16e87a76715e77bf9b 100644 (file)
--- 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