diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-17 03:58:37 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-17 03:58:37 +0000 |
commit | a0888761e8cfed752ade41e41a459332f3af2a23 (patch) | |
tree | 15692aaf841f9d619e5ee1be5a43c05ae27faba6 /lib/libc/regex | |
parent | 1897a4f1680c97139c7ae765ff362fd983845b20 (diff) |
Notes
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/grot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/regex/grot/Makefile b/lib/libc/regex/grot/Makefile index 056b55eac320d..df639ba2fb9cd 100644 --- a/lib/libc/regex/grot/Makefile +++ b/lib/libc/regex/grot/Makefile @@ -5,7 +5,7 @@ # Do not take -DPOSIX_MISTAKE out. REGCFLAGS isn't important to you (it's # for my use in some special contexts). -PATHS= ${.CURDIR}/.. ${.CURDIR}/../../locale ${.CURDIR}/../../../../include +PATHS= ${.CURDIR:H} ${.CURDIR:H:H}/locale ${SRCTOP}/include .PATH: ${PATHS} CFLAGS+= -static -DPOSIX_MISTAKE -DREDEBUG $(REGCFLAGS) |