X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=68d84f938bbcdd5535dd902eaddce0aa78256a6b;hb=6a250480f62ad4e04d0f28880340dca200baae81;hp=6734860b9a4b261c5d02fbb09749cf0aa95d407c;hpb=d0cd64ca25c15f72832ebe2379e527a7c7a28e90;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 6734860..68d84f9 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -150,6 +150,7 @@ stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%: %/setup/Setup --with-ld=$(LD) \ --datasubdir=ghc \ --haddock-args="--use-contents=../index.html --use-index=../doc-index.html" \ + $(addprefix --configure-option=,$(CONFIGURE_ARGS)) \ --configure-option=--with-cc=$(CC) touch $@ @@ -208,7 +209,9 @@ $(foreach SUBDIR,$(SUBDIRS),install.library.$(SUBDIR)): \ install.library.%: stamp/configure.library.install.% %/setup/Setup cd $* && ../ifBuildable/ifBuildable setup/Setup install -.PHONY: clean clean.library.% +.PHONY: distclean clean clean.library.% + +distclean: clean clean: $(foreach SUBDIR,$(SUBDIRS),clean.library.$(SUBDIR)) $(RM) -f stamp/$(BOOTSTRAPPING_CABAL)