summaryrefslogtreecommitdiffstats
path: root/lib/libmytinfo
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-06 12:37:41 +0000
committerbde <bde@FreeBSD.org>1995-08-06 12:37:41 +0000
commit1d5c50aac763e0bb5ae69fe9d75df1eacc291162 (patch)
tree0d864d80c6cc116ac4cc3bf3bf6595d73f701243 /lib/libmytinfo
parent6579f34131bcc90bb095184a1ab0c491ba0b59b5 (diff)
downloadFreeBSD-src-1d5c50aac763e0bb5ae69fe9d75df1eacc291162.zip
FreeBSD-src-1d5c50aac763e0bb5ae69fe9d75df1eacc291162.tar.gz
Install source files with the -c flag, not with the optional flag ${COPY}.
Diffstat (limited to 'lib/libmytinfo')
-rw-r--r--lib/libmytinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmytinfo/Makefile b/lib/libmytinfo/Makefile
index e22ed7b..a5593c2 100644
--- a/lib/libmytinfo/Makefile
+++ b/lib/libmytinfo/Makefile
@@ -1,7 +1,7 @@
# Makefile for libmytinfo
# Use 'make update_term_h' manually after changing internal
# mytinfo structures
-# $Id: Makefile,v 1.7 1994/10/28 06:58:04 ache Exp $
+# $Id: Makefile,v 1.8 1994/11/16 11:54:09 ache Exp $
LIB= mytinfo
SRCS= addstr.c binorder.c buildpath.c caplist.c capsort.c compar.c\
@@ -22,7 +22,7 @@ update_term_h: ${.CURDIR}/term.head ${.CURDIR}/term.tail
beforeinstall:
-cmp -s ${.CURDIR}/term.h ${DESTDIR}/usr/include/term.h && \
cmp -s ${.CURDIR}/term.h ${DESTDIR}/usr/include/nterm.h || \
- ( $(INSTALL) $(COPY) -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ( $(INSTALL) -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/term.h ${DESTDIR}/usr/include; \
rm -f ${DESTDIR}/usr/include/nterm.h; \
ln -s term.h ${DESTDIR}/usr/include/nterm.h )
OpenPOWER on IntegriCloud