summaryrefslogtreecommitdiff
path: root/libc/misc/glob/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/glob/Makefile')
-rw-r--r--libc/misc/glob/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/misc/glob/Makefile b/libc/misc/glob/Makefile
index 8254381ea..d6ea09b7e 100644
--- a/libc/misc/glob/Makefile
+++ b/libc/misc/glob/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=glob.c
COBJS=$(patsubst %.c,%.o, $(CSRC))