From 1d5c50aac763e0bb5ae69fe9d75df1eacc291162 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 6 Aug 1995 12:37:41 +0000 Subject: Install source files with the -c flag, not with the optional flag ${COPY}. --- lib/ncurses/ncurses/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/ncurses') diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 65f7a57..90fdfd7 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.12 1995/05/03 18:54:09 ache Exp $ +# $Id: Makefile,v 1.13 1995/05/08 16:08:49 ache Exp $ LIB= ncurses SHLIB_MAJOR= 3 @@ -25,10 +25,10 @@ beforedepend: keys.tries beforeinstall: @cd ${.CURDIR}; for i in unctrl.h; do \ cmp -s $$i ${DESTDIR}/usr/include/$$i || \ - $(INSTALL) $(COPY) -m 444 -o $(BINOWN) -g $(BINGRP) $$i \ + $(INSTALL) -c -m 444 -o $(BINOWN) -g $(BINGRP) $$i \ ${DESTDIR}/usr/include; done @cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/ncurses.h || \ - $(INSTALL) $(COPY) -m 444 -o $(BINOWN) -g $(BINGRP) curses.h \ + $(INSTALL) -c -m 444 -o $(BINOWN) -g $(BINGRP) curses.h \ ${DESTDIR}/usr/include/ncurses.h keys.tries: ${.CURDIR}/keys.list ${.CURDIR}/MKkeys.awk -- cgit v1.1