X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=include%2FMakefile;h=74b8dffc3c64cb6fe4d720cc3f5e4e14078a9f89;hb=a2a70b9bf60672c72b35654105402cf21238b6f4;hp=4b7035647028f2a4b0b35afdc008146513ed857b;hpb=d0f3c1f556bb18bc07f445c7e420353694a33b33;p=haskell-directory.git diff --git a/include/Makefile b/include/Makefile index 4b70356..74b8dff 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.4 2004/10/05 07:43:07 mthomas Exp $ +# $Id: Makefile,v 1.6 2005/03/02 16:39:57 ross Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -9,8 +9,6 @@ H_FILES = $(wildcard *.h) includedir = $(libdir)/include INSTALL_INCLUDES = $(H_FILES) -ifneq "$(HavePosixRegex)" "YES" -INSTALL_INCLUDES += ./regex/regex.h -endif +DIST_CLEAN_FILES += HsBaseConfig.h include $(TOP)/mk/target.mk