From 7ec982bfeb4edee3f108be98288c3a4aa00b4f3e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 26 May 2017 10:35:17 +1000 Subject: build-system: Fix the targets support for the parallel build. --- c/src/automake/subdirs.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/automake') diff --git a/c/src/automake/subdirs.am b/c/src/automake/subdirs.am index 3e57f0c06f..2f39d858ce 100644 --- a/c/src/automake/subdirs.am +++ b/c/src/automake/subdirs.am @@ -56,7 +56,7 @@ $1: $(preintstall_targets) echo "Making $$$$target in $$$$subdir"; \ if test "$$$$subdir" != "."; then \ cd $$$$subdir; \ - $(MAKE) $(AM_MAKEFLAGS) $$$$local_target; \ + $(MAKE) $(AM_MAKEFLAGS) $$$$target; \ fi; endef -- cgit v1.2.3