summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2017-05-09 20:59:52 +0200
committerDaniel Carl <danielcarl@gmx.de>2017-05-09 20:59:52 +0200
commitdcc2c39757b707dbf9978f13a0b17dcb32be4ce9 (patch)
tree38efe0177542b5bf03d9b74e9527c82db056e1b3 /config.mk
parent798e2e1080e208f89c6bf49ad202ba4490dcb03d (diff)
Don't give MFLAGS to make explicitly.
The option given to the upper most make call are already given as MAKEFLAGS on recursive calls to make. So there is no need to give them explicitly.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index d09d8e6..3a4964e 100644
--- a/config.mk
+++ b/config.mk
@@ -40,4 +40,3 @@ EXTLDFLAGS = $(shell pkg-config --libs webkit2gtk-4.0) -shared
CFLAGS += $(shell pkg-config --cflags $(LIBS))
CFLAGS += ${CPPFLAGS}
LDFLAGS += $(shell pkg-config --libs $(LIBS))
-MFLAGS = --no-print-directory