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