diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-03-12 18:59:16 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-03-12 18:59:16 +0000 |
| commit | ffec31518362596811966085741c2d1bec930572 (patch) | |
| tree | d33087f9ac2394d4cedf5e5575f8faddec705590 /gnu/lib/libregex | |
| parent | 23583802cf9a4384dbe37f60109da5bf344d7e7f (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libregex')
| -rw-r--r-- | gnu/lib/libregex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 69044e767d7b..b775b74d75ae 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -3,7 +3,7 @@ LIB= gnuregex SHLIB_MAJOR= 5 -REGEXDIR= ${.CURDIR}/../../../contrib/libgnuregex +REGEXDIR= ${SRCTOP}/contrib/libgnuregex .PATH: ${REGEXDIR} SRCS= gnuregex.c |
