X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=d7da0c170db9d4b09b7877c360fa6fc5a73e7ba7;hb=3b3fee836284d09422562e1df88febcfb3200eb9;hp=4a7593218c3445dea161a31d6b82ae6d1169b3c7;hpb=429b16149ebf0bc99d22d9460d4da785acbabf70;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 4a75932..d7da0c1 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -70,9 +70,6 @@ SUBDIRS += $(wildcard ALUT) SUBDIRS += $(wildcard stm) SUBDIRS += $(wildcard xhtml) SUBDIRS += $(wildcard cgi) -ifeq "$(GhcLibsWithObjectIO)" "YES" -SUBDIRS += $(wildcard ObjectIO) -endif SUBDIRS += $(wildcard parallel) SUBDIRS_BUILD += $(wildcard ndp) SUBDIRS_BUILD += $(wildcard dph/dph-base) @@ -157,7 +154,6 @@ subdirs: HERE_ABS=$(FPTOOLS_TOP_ABS)/libraries IFBUILDABLE=ifBuildable/ifBuildable $(HERE_ABS)/boot-packages -CABAL=$(HERE_ABS)/cabal-bin $(GHC) $(HERE_ABS)/bootstrapping.conf CABAL_GHC_FLAGS = -Wall ifeq "$(ghc_ge_605)" "NO" @@ -239,12 +235,6 @@ configure: $(foreach SUBDIR,$(SUBDIRS), \ # We should depend on %/%.cabal here (and in other rules), but make # makes that difficult. -ifeq "$(Windows)" "YES" -NONEXISTENT=c:/NONEXISTENT -else -NONEXISTENT=/NONEXISTENT -endif - ALL_CONFIGURE_FLAGS = \ $(INSTALL_CONFIGURE_FLAGS) \ --haddock-options="--use-contents=../index.html \