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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/locale/Makefile b/libc/misc/locale/Makefile
index 752f0aa0f..75fa56a78 100644
--- a/libc/misc/locale/Makefile
+++ b/libc/misc/locale/Makefile
@@ -60,7 +60,7 @@ $(MOBJx): $(MSRC)
$(STRIPTOOL) -x -R .note -R .comment $*.o
locale_data.o:
- ln -sf ../../../extra/locale/locale_data.c
+ $(LN) -sf ../../../extra/locale/locale_data.c
$(CC) $(CFLAGS) -c -D__WCHAR_ENABLED -I../../../extra/locale locale_data.c -o $@
$(STRIPTOOL) -x -R .note -R .comment $*.o