diff --git a/make.tmpl.in b/make.tmpl.in index e942893a0..222ed671a 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -182,9 +182,10 @@ ifndef MAKEFLAGS MAKEFLAGS = @JOBS@ endif -ifneq (1, $(firstword $(V))) -MAKEFLAGS += --no-print-directory -endif +# Hiding dir entering makes hard for editors to look for files +#ifneq (1, $(firstword $(V))) +#MAKEFLAGS += --no-print-directory +#endif # Handle installation of files ifeq ("@WRITE_INSTALL@", "yes")