summaryrefslogtreecommitdiff
path: root/libc/misc/glob/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-31 04:42:13 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-31 04:42:13 +0000
commit367660c192983fb223b89985d415fb0e62f4b4ba (patch)
tree57a34b2cb4746b7a1e265000708dabf426e5aa0a /libc/misc/glob/Makefile
parentcdb29e3ea6c22f0c0358f0414e3ddb615b1c394f (diff)
Add glob64.c, and add support for glob64 when large file is enabled.
-Erik
Diffstat (limited to 'libc/misc/glob/Makefile')
-rw-r--r--libc/misc/glob/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/misc/glob/Makefile b/libc/misc/glob/Makefile
index e4ecd078a..e53c95b18 100644
--- a/libc/misc/glob/Makefile
+++ b/libc/misc/glob/Makefile
@@ -24,7 +24,7 @@
TOPDIR=../../../
include $(TOPDIR)Rules.mak
-CSRC=glob.c
+CSRC=glob.c glob64.c glob-hooks.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(COBJS)
@@ -39,6 +39,8 @@ $(COBJS): %.o : %.c
$(CC) $(CFLAGS) -c $< -o $@
$(STRIPTOOL) -x -R .note -R .comment $*.o
+glob64.o: glob64.c glob.c
+
clean:
rm -f *.[oa] *~ core