[project @ 2005-03-07 13:02:37 by simonmar]
[ghc-base.git] / include / Makefile
index 4b70356..69bca7e 100644 (file)
@@ -1,8 +1,9 @@
 # -----------------------------------------------------------------------------
-# $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
+-include ../config.mk
 
 H_FILES = $(wildcard *.h)
 
@@ -13,4 +14,6 @@ ifneq "$(HavePosixRegex)" "YES"
 INSTALL_INCLUDES += ./regex/regex.h
 endif
 
+DIST_CLEAN_FILES += HsBaseConfig.h
+
 include $(TOP)/mk/target.mk