summaryrefslogtreecommitdiffstats
path: root/lib/libtermcap
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-18 00:59:33 +0000
committerphk <phk@FreeBSD.org>1994-11-18 00:59:33 +0000
commit17db408558dd446a3ea986f312138f26779f5c02 (patch)
treeadcd88b978a8cf4243e4582f62a0ad17462bfd56 /lib/libtermcap
parentb847ed27c47795d4538977ffa9f784ebc384dddb (diff)
downloadFreeBSD-src-17db408558dd446a3ea986f312138f26779f5c02.zip
FreeBSD-src-17db408558dd446a3ea986f312138f26779f5c02.tar.gz
Remove ${DESTDIR} from link-macros. Already applied behind the scenes.
Diffstat (limited to 'lib/libtermcap')
-rw-r--r--lib/libtermcap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libtermcap/Makefile b/lib/libtermcap/Makefile
index 65c4ed3..fbfa7f5 100644
--- a/lib/libtermcap/Makefile
+++ b/lib/libtermcap/Makefile
@@ -7,13 +7,13 @@ SRCS= termcap.c tgoto.c tputs.c
MAN3= termcap.3
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= ${DESTDIR}${LIBDIR}/libtermcap.a ${DESTDIR}${LIBDIR}/libtermlib.a
+LINKS= ${LIBDIR}/libtermcap.a ${LIBDIR}/libtermlib.a
.if !defined(NOPIC)
-LINKS+= ${DESTDIR}${SHLIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
- ${DESTDIR}${SHLIBDIR}/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+= ${DESTDIR}${LIBDIR}/libtermcap_p.a ${DESTDIR}${LIBDIR}/libtermlib_p.a
+LINKS+= ${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a
.endif
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud