summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-14 17:30:13 +0000
committerIan Lynagh <igloo@earth.li>2008-08-14 17:30:13 +0000
commitd92b83b91324d24a8caf243a1eedd070cc455b6d (patch)
tree31e50d1a05280711ad699c919e465b403020668b /libraries/Makefile
parentc735a21acf3e478df36f630cf224dcb3755db485 (diff)
downloadhaskell-d92b83b91324d24a8caf243a1eedd070cc455b6d.tar.gz
Stop dph/dph-{par,seq} reconfiguring themselves all the time
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 062399ae9e..fc329b2b01 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), \