X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=2c8aeadcae5eef42e141c9f07e6181c7713da233;hb=e9e2a5412bb7cda8d13a063ac403d9f18ac97380;hp=08da6a7ae4fe0718bb3957220287cd3aca4e417f;hpb=28fb12f4e4059674e9396fc76a2783e0ae8798cd;p=ghc-base.git diff --git a/Makefile b/Makefile index 08da6a7..2c8aead 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