build-system: Fix the targets support for the parallel build.

This commit is contained in:
Chris Johns
2017-05-26 10:35:17 +10:00
parent 30eeb0d15a
commit 7ec982bfeb
4 changed files with 4 additions and 5 deletions

View File

@@ -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