From 19900017226bddfa1ebc694a24d87974232263b3 Mon Sep 17 00:00:00 2001 From: ross Date: Wed, 2 Mar 2005 16:39:57 +0000 Subject: [PATCH] [project @ 2005-03-02 16:39:56 by ross] *Config.h files are in include/ (MERGE to STABLE) --- Makefile | 2 +- include/Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4513585..5179b7c 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ System/Posix/Types.o Foreign/C/Types.o: include/CTypes.h # ----------------------------------------------------------------------------- -DIST_CLEAN_FILES += HsBaseConfig.h base.buildinfo config.cache config.status +DIST_CLEAN_FILES += base.buildinfo config.cache config.status LATE_DIST_CLEAN_FILES += config.mk include $(TOP)/mk/target.mk diff --git a/include/Makefile b/include/Makefile index 5fe9734..69bca7e 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.5 2005/02/01 00:52:22 ross Exp $ +# $Id: Makefile,v 1.6 2005/03/02 16:39:57 ross Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -14,4 +14,6 @@ ifneq "$(HavePosixRegex)" "YES" INSTALL_INCLUDES += ./regex/regex.h endif +DIST_CLEAN_FILES += HsBaseConfig.h + include $(TOP)/mk/target.mk -- 1.7.10.4