From feb74039a2c1add30e311ade2c7db7aec497cc79 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 30 Aug 1996 01:51:09 +0000 Subject: cmp -s || install -c ==> install -C --- lib/libftpio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libftpio/Makefile') diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index d7254d3..79d270e 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -5,8 +5,8 @@ MAN3= ftpio.3 CLEANFILES+= ftperr.c beforeinstall: - cd ${.CURDIR}; cmp -s ftpio.h ${DESTDIR}/usr/include/ftpio.h || \ - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ftpio.h ${DESTDIR}/usr/include + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ftpio.h \ + ${DESTDIR}/usr/include ftperr.c: ftp.errors @echo '#include ' > ${.TARGET} -- cgit v1.1