tools/Config.mk: Eliminate use of the built-in implicit rules.
This commit is contained in:
parent
bcdf9074fe
commit
7ce51e66b9
|
@ -38,6 +38,10 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
# Disable all built-in rules
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
|
||||
export SHELL=cmd
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue