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