From 3f709de38ccdb0b9e54ac5c652cac186e7aa7f80 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 30 Aug 1996 02:12:07 +0000 Subject: cmp -s || install -c ==> install -C --- gnu/lib/libregex/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu/lib/libregex') diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 98c3f2d..1d59e0d 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -1,4 +1,4 @@ -# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.16 1996/08/12 18:03:53 ache Exp $ +# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.17 1996/08/12 19:04:23 ache Exp $ LIB= gnuregex @@ -9,8 +9,7 @@ NOMAN= noman SUBDIR+= doc beforeinstall: - cmp -s ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h || \ - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \ + ${DESTDIR}/usr/include/gnuregex.h .include -- cgit v1.1