diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-12 23:21:29 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-12 23:21:29 +0000 |
| commit | c14b1eb830618d4f55fdd407bd420052c490f837 (patch) | |
| tree | 141839f5f48ad33d2e15eba2b4d131423220c7c3 /gnu/lib/libregex | |
| parent | 82f5379bc5a0b4bea6408af89e3a72152182f673 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libregex')
| -rw-r--r-- | gnu/lib/libregex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 3ebe3bd4d804..b102119c69b5 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.12 1995/01/16 17:54:57 ache Exp $ +# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.13 1995/03/06 05:51:32 nate Exp $ LIB= gnuregex @@ -9,6 +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 |
