From: Ian Lynagh Date: Thu, 14 Aug 2008 17:30:13 +0000 (+0000) Subject: Stop dph/dph-{par,seq} reconfiguring themselves all the time X-Git-Tag: 2008-09-12~187 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d92b83b91324d24a8caf243a1eedd070cc455b6d;p=ghc-hetmet.git Stop dph/dph-{par,seq} reconfiguring themselves all the time --- diff --git a/libraries/Makefile b/libraries/Makefile index 062399a..fc329b2 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -232,14 +232,12 @@ ALL_CONFIGURE_FLAGS = \ $(CONFIGURE_OPTS) stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).dph/dph-par: \ - create_dph-par + dph/dph-par stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).dph/dph-seq: \ - create_dph-seq + dph/dph-seq -.PHONY: dph-create_par create_dph-seq - -create_dph-par create_dph-seq: create_%: +dph/%: $(MAKE) -C dph $* $(foreach SUBDIR,$(SUBDIRS), \