diff options
| author | Nate Williams <nate@FreeBSD.org> | 1995-03-06 05:51:32 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1995-03-06 05:51:32 +0000 |
| commit | 0be9c260c5d5b9e5f0f09362e717042883c6c619 (patch) | |
| tree | 89d0a3bfec3624fc96185b3f6535df035da6ca66 /gnu/lib/libregex | |
| parent | 7c89bce0674c9d727e4f94354d4dcd9a6917babe (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 9ced33f13b26..3ebe3bd4d804 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.11 1995/01/11 06:12:01 ache Exp $ +# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.12 1995/01/16 17:54:57 ache Exp $ LIB= gnuregex @@ -8,7 +8,7 @@ NOMAN= noman SUBDIR+= doc -afterinstall: +beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h |
