diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-18 07:23:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-18 07:23:06 +0000 |
commit | a38f13baf0fd4ee63833371bb867bcd09bb866c9 (patch) | |
tree | 430e21311791f6db9b6413bfebae89e47e77e813 /Makefile | |
parent | 693e7b964f9d91d9df97b776718271c94131dcbd (diff) | |
download | glibc-a38f13baf0fd4ee63833371bb867bcd09bb866c9.tar.gz glibc-a38f13baf0fd4ee63833371bb867bcd09bb866c9.tar.xz glibc-a38f13baf0fd4ee63833371bb867bcd09bb866c9.zip |
* Makefile (subdirs): Put elf last.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 8cf294f651..4f76bc14c0 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 |