From 7cd21d19097ab1643380cd7a78a170c9c6930760 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Mon, 6 Mar 1995 05:52:47 +0000 Subject: [PATCH] Since at least one utility depends on it (GNU diff), install the gnu regex include file (gnuregex.h) in the includes target. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cdd09f5236..4f20e241280 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.40 1995/02/09 11:09:41 jkh Exp $ +# $Id: Makefile,v 1.41 1995/02/26 01:27:27 phk Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -199,6 +199,7 @@ includes: cd ${.CURDIR}/include && ${MAKE} install cd ${.CURDIR}/gnu/include && ${MAKE} install cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall + cd ${.CURDIR}/gnu/lib/libregex && ${MAKE} beforeinstall cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall .if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)