summaryrefslogtreecommitdiff
path: root/libc/misc/dirent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/dirent/Makefile')
-rw-r--r--libc/misc/dirent/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/misc/dirent/Makefile b/libc/misc/dirent/Makefile
index 8de2054b6..23b024b63 100644
--- a/libc/misc/dirent/Makefile
+++ b/libc/misc/dirent/Makefile
@@ -20,9 +20,8 @@
# other sundry sources. Files within this library are copyright by their
# respective copyright holders.
-TOPDIR=../../
+TOPDIR=../../../
include $(TOPDIR)Rules.mak
-LIBC=$(TOPDIR)libc.a
CSRC=alphasort.c closedir.c dirfd.c opendir.c readdir.c rewinddir.c scandir.c seekdir.c telldir.c
COBJS=$(patsubst %.c,%.o, $(CSRC))