From 4a7f6335f83e2f8234f181101043a8d369546b00 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sun, 8 Dec 1996 15:22:36 +0000 Subject: install -> ${INSTALL}, -c -> ${COPY} --- lib/libss/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libss/Makefile') diff --git a/lib/libss/Makefile b/lib/libss/Makefile index ea3da72390c..862c5be679b 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/11/17 11:03:40 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1996/12/08 15:22:32 downsj Exp $ LIB= ss HDRS= ss.h ${.OBJDIR}/ss_err.h @@ -22,7 +22,7 @@ std_rqs.c: ${.CURDIR}/std_rqs.ct includes: ss_err.h @cd ${.CURDIR}; for i in $(HDRS); do \ j="cmp -s $$i ${DESTDIR}/usr/include/ss/$$i || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \ ${DESTDIR}/usr/include/ss"; \ echo $$j; \ eval "$$j"; \ -- cgit v1.2.3