summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>2008-08-12 02:19:39 +0000
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>2008-08-12 02:19:39 +0000
commit979761bcf53bdb03e95e82e0463676ba80cdc0ce (patch)
tree9511c158a7ecfcd65b74279a11bef92dce62903f /libraries/Makefile
parent11dd589e8623e5e17a7446cfa649a1bf7d61c0e6 (diff)
downloadhaskell-979761bcf53bdb03e95e82e0463676ba80cdc0ce.tar.gz
Use dph-{seq|par} instead of dph_{seq|par}
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index b4b9ee1358..d759d8bb04 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -73,8 +73,8 @@ SUBDIRS += dph/dph-base
SUBDIRS += dph/dph-prim-interface
SUBDIRS += dph/dph-prim-seq
SUBDIRS += dph/dph-prim-par
-SUBDIRS += dph/dph_seq
-SUBDIRS += dph/dph_par
+SUBDIRS += dph/dph-seq
+SUBDIRS += dph/dph-par
endif
endif
@@ -231,15 +231,15 @@ ALL_CONFIGURE_FLAGS = \
--use-index=../doc-index.html" \
$(CONFIGURE_OPTS)
-stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).dph/dph_par: \
- create_dph_par
+stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).dph/dph-par: \
+ create_dph-par
-stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).dph/dph_seq: \
- create_dph_seq
+stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).dph/dph-seq: \
+ create_dph-seq
-.PHONY: dph_create_par create_dph_seq
+.PHONY: dph-create_par create_dph-seq
-create_dph_par create_dph_seq: create_%:
+create_dph-par create_dph-seq: create_%:
$(MAKE) -C dph $*
$(foreach SUBDIR,$(SUBDIRS), \