forked from Imagelibrary/rtems
build-system: Fix the targets support for the parallel build.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user