[project @ 2005-01-28 23:33:57 by krasimir]
[ghc-base.git] / include / Makefile
index ad4522d..4b70356 100644 (file)
@@ -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