We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5a28f commit 52b1595Copy full SHA for 52b1595
depends/Makefile
@@ -1,6 +1,6 @@
1
.NOTPARALLEL :
2
-# Disable builtin rules and suffixes.
3
-MAKEFLAGS += --no-builtin-rules
+# Disable builtin variables, rules and suffixes.
+MAKEFLAGS += --no-builtin-rules --no-builtin-variables
4
5
# Pattern rule to print variables, e.g. make print-top_srcdir
6
print-%: FORCE
0 commit comments