diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-05-30 04:27:05 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-05-30 04:27:05 +0000 |
| commit | fde48e2e4b01375fa3ff39d5a82ffdbb086d4daf (patch) | |
| tree | 791457554b7041d919a2f2f17e7fbc0c27df2d42 /usr.bin/mkcsmapper/Makefile.inc | |
| parent | 5bf9f6567f7f64c1370209c30763524087caddd2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/mkcsmapper/Makefile.inc')
| -rw-r--r-- | usr.bin/mkcsmapper/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mkcsmapper/Makefile.inc b/usr.bin/mkcsmapper/Makefile.inc index 5a4cc6faa5ab2..1c744a7bb9213 100644 --- a/usr.bin/mkcsmapper/Makefile.inc +++ b/usr.bin/mkcsmapper/Makefile.inc @@ -3,7 +3,7 @@ .include <bsd.compiler.mk> SRCS+= lex.l yacc.y -CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mkcsmapper \ - -I${.CURDIR}/../../lib/libc/iconv \ - -I${.CURDIR}/../../lib/libiconv_modules/mapper_std +CFLAGS+= -I${.CURDIR} -I${SRCTOP}/usr.bin/mkcsmapper \ + -I${SRCTOP}/lib/libc/iconv \ + -I${SRCTOP}/lib/libiconv_modules/mapper_std CFLAGS.gcc+= --param max-inline-insns-single=64 |
