diff options
author | semarie <semarie@cvs.openbsd.org> | 2015-07-03 11:15:20 +0000 |
---|---|---|
committer | semarie <semarie@cvs.openbsd.org> | 2015-07-03 11:15:20 +0000 |
commit | e595f8733c18b21303fdf4133cc7b6aacaeda353 (patch) | |
tree | 25dc7f4beeaf2a7c0551584d653ee8c48f132da6 /lib | |
parent | a2797ceb1cfae70f682b8b00ebb70a9ec91a1918 (diff) |
There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories in
cvs. Remove the unused search path from Makefile.inc
"fine with me" stsp@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/locale/Makefile.inc | 4 |
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" |