diff options
Diffstat (limited to 'lib/libpathconv/Makefile')
-rw-r--r-- | lib/libpathconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpathconv/Makefile b/lib/libpathconv/Makefile index 6d7f5dce0e56..abdf127df0c8 100644 --- a/lib/libpathconv/Makefile +++ b/lib/libpathconv/Makefile @@ -10,7 +10,7 @@ INCS= pathconv.h SRCS= abs2rel.c rel2abs.c -#VERSION_DEF= ${.CURDIR}/../libc/Versions.def +#VERSION_DEF= ${SRCTOP/lib/libc/Versions.def #SYMBOL_MAPS= ${.CURDIR}/Symbol.map .if ${MK_TESTS} != "no" |