Skip to content

Commit 52b1595

Browse files
committed
depends: disable builtin variables
1 parent 8b5a28f commit 52b1595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.NOTPARALLEL :
2-
# Disable builtin rules and suffixes.
3-
MAKEFLAGS += --no-builtin-rules
2+
# Disable builtin variables, rules and suffixes.
3+
MAKEFLAGS += --no-builtin-rules --no-builtin-variables
44

55
# Pattern rule to print variables, e.g. make print-top_srcdir
66
print-%: FORCE

0 commit comments

Comments
 (0)