From 01cc0be62795f0afee7d7866bb2ec2f24b92dcee Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 21 Feb 1995 06:15:34 +0000 Subject: * Makefile (subdirs): Add elf first. * elf/Makefile: New file. * elf/elf.h: New file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c998da1b7..3b1cefa7ae 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ sysdep-subdirs := $(subst $(\n), ,$(sysdep-subdirs)) endif # These are the subdirectories containing the library source. -subdirs := csu assert ctype locale math setjmp signal stdio stdlib \ +subdirs := elf 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) -- cgit v1.2.3