From a38f13baf0fd4ee63833371bb867bcd09bb866c9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 18 Mar 1995 07:23:06 +0000 Subject: * Makefile (subdirs): Put elf last. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8cf294f..4f76bc1 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 -- cgit v1.1