From d0f3c1f556bb18bc07f445c7e420353694a33b33 Mon Sep 17 00:00:00 2001 From: mthomas Date: Tue, 5 Oct 2004 07:43:07 +0000 Subject: [PATCH] [project @ 2004-10-05 07:43:07 by mthomas] Nonexistent file stopped entire install for libraries. --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Makefile b/include/Makefile index ad4522d..4b70356 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.3 2002/06/20 16:11:45 simonmar Exp $ +# $Id: Makefile,v 1.4 2004/10/05 07:43:07 mthomas Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -10,7 +10,7 @@ includedir = $(libdir)/include INSTALL_INCLUDES = $(H_FILES) ifneq "$(HavePosixRegex)" "YES" -INSTALL_INCLUDES += ../cbits/regex/regex.h +INSTALL_INCLUDES += ./regex/regex.h endif include $(TOP)/mk/target.mk -- 1.7.10.4