[project @ 2005-02-01 00:52:20 by ross]
[ghc-base.git] / include / Makefile
index ad4522d..5fe9734 100644 (file)
@@ -1,8 +1,9 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.3 2002/06/20 16:11:45 simonmar Exp $
+# $Id: Makefile,v 1.5 2005/02/01 00:52:22 ross Exp $
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
+-include ../config.mk
 
 H_FILES = $(wildcard *.h)
 
@@ -10,7 +11,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