aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 18dcc76..3e06b8a 100644
--- a/Makefile
+++ b/Makefile
@@ -24,12 +24,11 @@ INCDIR = $(DESTDIR)/$(PREFIX)/include
LIBDIR = $(DESTDIR)/$(PREFIX)/lib
INSTALL = install
-# Do not print "Entering directory ...".
-MAKEFLAGS += --no-print-directory
-
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)
Q := @
+# Do not print "Entering directory ...".
+MAKEFLAGS += --no-print-directory
endif
all: build