[project @ 2004-10-05 07:43:07 by mthomas]
authormthomas <unknown>
Tue, 5 Oct 2004 07:43:07 +0000 (07:43 +0000)
committermthomas <unknown>
Tue, 5 Oct 2004 07:43:07 +0000 (07:43 +0000)
Nonexistent file stopped entire install for libraries.

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