summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsemarie <semarie@openbsd.org>2015-07-03 11:15:19 +0000
committersemarie <semarie@openbsd.org>2015-07-03 11:15:19 +0000
commit860c3059d1ebb0e5164958809bdee49758692b6b (patch)
treed7fee11a19286860eda50464939060150b4cedb8
parentvax-11/780 announced 1977, not 1978; (diff)
downloadwireguard-openbsd-860c3059d1ebb0e5164958809bdee49758692b6b.tar.xz
wireguard-openbsd-860c3059d1ebb0e5164958809bdee49758692b6b.zip
There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories in
cvs. Remove the unused search path from Makefile.inc "fine with me" stsp@
-rw-r--r--lib/libc/locale/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc
index 3cb81e31bd9..55cc38387c3 100644
--- a/lib/libc/locale/Makefile.inc
+++ b/lib/libc/locale/Makefile.inc
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.19 2013/08/28 16:53:34 stsp Exp $
+# $OpenBSD: Makefile.inc,v 1.20 2015/07/03 11:15:19 semarie Exp $
# locale sources
-.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale ${LIBCSRCDIR}/locale
+.PATH: ${LIBCSRCDIR}/locale
# for LOCALECHARSETS
.include "${.CURDIR}/../../share/locale/ctype/Makefile.inc"