diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 12:24:38 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 12:24:38 +0000 |
| commit | 48cfb668fc9f2257b8955348b6c448f331db538c (patch) | |
| tree | 654fdd1b68d3f3b66fa5852885ab296a298270bf /gnu/lib/libregex | |
| parent | d63abe4172ac583e5d2cf2086fe66a44c747b126 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libregex')
| -rw-r--r-- | gnu/lib/libregex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index b102119c69b5..a88856be998e 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.13 1995/03/06 05:51:32 nate Exp $ +# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.14 1995/03/12 23:21:29 ache Exp $ LIB= gnuregex @@ -10,7 +10,7 @@ SUBDIR+= doc beforeinstall: cmp -s ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h .include <bsd.lib.mk> |
