diff options
author | ats <ats@FreeBSD.org> | 1994-11-19 14:01:58 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-19 14:01:58 +0000 |
commit | 535da6b2598fb690f00854fa64895ce1ceb7e6ba (patch) | |
tree | 67506b7be091c1534bf731d25f79357588ef0a11 /lib/libtermcap | |
parent | c49122881a112d0f782f7e48538ba5e607e9bc1b (diff) | |
download | FreeBSD-src-535da6b2598fb690f00854fa64895ce1ceb7e6ba.zip FreeBSD-src-535da6b2598fb690f00854fa64895ce1ceb7e6ba.tar.gz |
Ooops, change back the LIBDIR macro to the SHLIBDIR macro for the shared
libs as told by Bruce. Now it works.
Diffstat (limited to 'lib/libtermcap')
-rw-r--r-- | lib/libtermcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtermcap/Makefile b/lib/libtermcap/Makefile index 4fef3a1..fbfa7f5 100644 --- a/lib/libtermcap/Makefile +++ b/lib/libtermcap/Makefile @@ -9,8 +9,8 @@ MLINKS= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \ termcap.3 tgetstr.3 termcap.3 tgoto.3 termcap.3 tputs.3 LINKS= ${LIBDIR}/libtermcap.a ${LIBDIR}/libtermlib.a .if !defined(NOPIC) -LINKS+= ${LIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ - ${LIBDIR}/libtermlib.so.${SHLIB_MAJOR}.${SHLIB_MINOR} +LINKS+= ${SHLIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ + ${SHLIBDIR}/libtermlib.so.${SHLIB_MAJOR}.${SHLIB_MINOR} .endif .if !defined(NOPROFILE) LINKS+= ${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a |