diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-19 23:22:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-19 23:22:41 +0000 |
commit | 4cc6f73f6773de51a26309ec1bf75ea8ce12a2ee (patch) | |
tree | b4a1bdcbc2e185883ae03d8a856b839ad2413eb5 /libc/misc/dirent/Makefile | |
parent | 8bdc62b0890760ebe6ddd70f2841b5136fbf7cb0 (diff) |
Add in alphasort (working fine) and scandir (just a stub for now).
-Erik
Diffstat (limited to 'libc/misc/dirent/Makefile')
-rw-r--r-- | libc/misc/dirent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/dirent/Makefile b/libc/misc/dirent/Makefile index e09773ead..8de2054b6 100644 --- a/libc/misc/dirent/Makefile +++ b/libc/misc/dirent/Makefile @@ -24,7 +24,7 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a -CSRC=closedir.c dirfd.c opendir.c readdir.c rewinddir.c seekdir.c telldir.c +CSRC=alphasort.c closedir.c dirfd.c opendir.c readdir.c rewinddir.c scandir.c seekdir.c telldir.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |