X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=5179b7c772bedb678dc3f4b928e821d9d0fb08c5;hb=88b22778e7c06909683b493e037605a249ae37ad;hp=08da6a7ae4fe0718bb3957220287cd3aca4e417f;hpb=050b27d57a822bf4ae95cecc0035da1f28b20761;p=ghc-base.git diff --git a/Makefile b/Makefile index 08da6a7..5179b7c 100644 --- a/Makefile +++ b/Makefile @@ -42,13 +42,6 @@ VERSION = 1.0 SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -"\#include" HsBase.h SRC_HSC2HS_OPTS += -Iinclude -I$(FPTOOLS_TOP)/ghc/includes -# If there is no system-supplied POSIX regex library, use our own -ifneq "$(HavePosixRegex)" "YES" -# Make sure we can get hold of regex.h -SRC_HC_OPTS += -Icbits/regex -SRC_HSC2HS_OPTS += -Icbits/regex -endif - # ----------------------------------------------------------------------------- # Per-module flags @@ -135,6 +128,9 @@ System/Posix/Types.o Foreign/C/Types.o: include/CTypes.h # ----------------------------------------------------------------------------- +DIST_CLEAN_FILES += base.buildinfo config.cache config.status +LATE_DIST_CLEAN_FILES += config.mk + include $(TOP)/mk/target.mk ifeq "$(OBJECT_FILEFORMAT)" "PEi"