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