summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-02-21 06:15:34 +0000
committerRoland McGrath <roland@gnu.org>1995-02-21 06:15:34 +0000
commit01cc0be62795f0afee7d7866bb2ec2f24b92dcee (patch)
treec42e7c1791bac6822956cb70a45c1015db4353ea /Makefile
parent8b60020b204dcaebc346d94f3d9972f741a8cbe1 (diff)
* Makefile (subdirs): Add elf first.
* elf/Makefile: New file. * elf/elf.h: New file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)