Hi,

There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories in
cvs. Remove the unused search path from Makefile.

OK ? Comments ?
-- 
Sebastien Marie

Index: locale/Makefile.inc
===================================================================
RCS file: /cvs/src/lib/libc/locale/Makefile.inc,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile.inc
--- locale/Makefile.inc 28 Aug 2013 16:53:34 -0000      1.19
+++ locale/Makefile.inc 3 Jul 2015 06:15:24 -0000
@@ -1,7 +1,7 @@
 #      $OpenBSD: Makefile.inc,v 1.19 2013/08/28 16:53:34 stsp Exp $
 
 # locale sources
-.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale ${LIBCSRCDIR}/locale
+.PATH: ${LIBCSRCDIR}/locale
 
 # for LOCALECHARSETS
 .include "${.CURDIR}/../../share/locale/ctype/Makefile.inc"

Reply via email to