From d92b83b91324d24a8caf243a1eedd070cc455b6d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 14 Aug 2008 17:30:13 +0000 Subject: [PATCH] Stop dph/dph-{par,seq} reconfiguring themselves all the time --- libraries/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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), \ -- 1.7.10.4