From 7ad97ad45331fd47030295ece9724acbbe753623 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sun, 8 Aug 1993 04:38:56 +0000 Subject: [PATCH] Changed afterintall: target to beforeinstall: so that it is easy to get the regex.h header file installed. --- gnu/lib/libregex/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 560e61bc87a2..80f746832fcd 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -1,11 +1,11 @@ -# $Header: /b/source/CVS/src/gnu/lib/libregex/Makefile,v 1.2 1993/04/10 15:24:44 cgd Exp $ +# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.1 1993/07/30 20:15:28 conklin Exp $ LIB= gnuregex CFLAGS+=-DHAVE_STRING_H=1 SRCS= regex.c NOMAN= noman -afterinstall: +beforeinstall: install -c -o root -g wheel -m 444 ${.CURDIR}/regex.h \ ${DESTDIR}/usr/include