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