From 8bdc62b0890760ebe6ddd70f2841b5136fbf7cb0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Mar 2001 22:49:36 +0000 Subject: Move the dirent stuff. I suppose it is system dependant, but then it really should be grouped together too. And it needed to be grouped more then it needed to be in sysdeps/linux/common --- libc/misc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/Makefile') diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 47c0edd1e..0abb71201 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a -DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog \ +DIRS = assert crypt ctype dirent fnmatch glob internals lsearch mntent syslog \ time utmp tsearch locale sysvipc all: libc.a -- cgit v1.2.3