diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 16:38:45 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 16:38:45 +0000 |
| commit | 7cf4460f124c3d22c65c15ac331d94c32f0a188f (patch) | |
| tree | 8a9b93d4f7bd41411ee16aa94af759066970d93c | |
| parent | 91eb9619852ff0b1b266a42d3d3d43d993a1e206 (diff) | |
Notes
| -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 43974a846da1..f4b338aed0b0 100644 --- a/lib/libtermcap/Makefile +++ b/lib/libtermcap/Makefile @@ -20,7 +20,7 @@ LINKS+= ${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a .endif beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 termcap.h \ - ${DESTDIR}/usr/include + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/termcap.h \ + ${DESTDIR}/usr/include .include <bsd.lib.mk> |
