diff options
-rw-r--r-- | mk/sub-makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/sub-makefile.mk b/mk/sub-makefile.mk index 1d41bd101a..031d62a1b7 100644 --- a/mk/sub-makefile.mk +++ b/mk/sub-makefile.mk @@ -14,13 +14,11 @@ TOPMAKE = $(MAKE) -C $(TOP) -default : - +$(TOPMAKE) all_$(dir) +default: all # We must not execute multiple recursive invocations of make in parallel. .NOTPARALLEL: -# all comes first, we want it to be the default target STD_TARGETS = all clean distclean maintainer_clean install html ps pdf # The + tells make that we're recursively invoking make, otherwise 'make -j2' |