diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2017-03-07 06:11:36 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2017-03-07 06:11:36 +0000 |
| commit | 6dcfd4368f5b320c8aa023a8b7a2b41c6b0a1f94 (patch) | |
| tree | d10df3dc8caba7828f66d4d65a916c6e093406f1 /lib/libxo | |
| parent | ce9f2d31b3746d273d14d8cdb28837847f8b867d (diff) | |
Notes
Diffstat (limited to 'lib/libxo')
| -rw-r--r-- | lib/libxo/tests/encoder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libxo/tests/encoder/Makefile b/lib/libxo/tests/encoder/Makefile index 46820c87d1ef..2fe42457f2e8 100644 --- a/lib/libxo/tests/encoder/Makefile +++ b/lib/libxo/tests/encoder/Makefile @@ -8,7 +8,7 @@ SHLIB_NAME= libenc_test.so LIBDIR= ${TESTSBASE}/lib/libxo -SYMLINKS+= ../../../tests/lib/libxo/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc +SYMLINKS+= ${LIBDIR}/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc SRCS= enc_test.c |
