diff options
Diffstat (limited to 'libraries/Makefile')
-rw-r--r-- | libraries/Makefile | 8 |
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), \ |