summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-30 02:12:07 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-30 02:12:07 +0000
commit345be915f703031e58f2dabb9878375701467fda (patch)
tree3319724cb0b02106aa2d4ce62b3e8052990efbfe /gnu/lib/libregex
parent755a87206586f682e5bc6be33d68b35335715480 (diff)
Notes
Diffstat (limited to 'gnu/lib/libregex')
-rw-r--r--gnu/lib/libregex/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
index 98c3f2daac3e..1d59e0da35d9 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 <bsd.lib.mk>