From a748603cb4565d395db1acf812cb1aee2f0642d9 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 14 May 2017 11:52:52 +1000 Subject: build-system: Parallel build all subdirs. --- c/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/Makefile.am') diff --git a/c/Makefile.am b/c/Makefile.am index b44db89c21..81d8b7801f 100644 --- a/c/Makefile.am +++ b/c/Makefile.am @@ -11,8 +11,8 @@ SUBDIRS = . $(RTEMS_BSP) DIST_SUBDIRS = $(RTEMS_BSP) ## Let all RTEMS' make targets depend on ${RTEMS_BSP} -all-local: ${RTEMS_BSP} -preinstall-am: ${RTEMS_BSP} +all-local: $(RTEMS_BSP) +preinstall-am: $(RTEMS_BSP) ## Pull in extra files intro the distribution EXTRA_DIST = ACKNOWLEDGEMENTS -- cgit v1.2.3