diff --git a/Makefile b/Makefile index 0632039bc2..dd4ab6089c 100644 --- a/Makefile +++ b/Makefile @@ -327,6 +327,10 @@ endif # comment to print directories during submakes #PRINT_DIR=yes +ifneq ($(INSIDE_EMACS),) +PRINT_DIR=yes +endif + SILENTMAKE:=$(MAKE) --quiet --no-print-directory ifneq ($(PRINT_DIR)$(NOISY_BUILD),) SUBMAKE:=$(MAKE)