From: mthomas Date: Tue, 5 Oct 2004 07:43:07 +0000 (+0000) Subject: [project @ 2004-10-05 07:43:07 by mthomas] X-Git-Tag: nhc98-1-18-release~230 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=d0f3c1f556bb18bc07f445c7e420353694a33b33 [project @ 2004-10-05 07:43:07 by mthomas] Nonexistent file stopped entire install for libraries. --- 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