tools/Config.mk: Eliminate use of the built-in implicit rules.

This commit is contained in:
anchao
2019-09-15 08:48:25 -06:00
committed by Gregory Nutt
parent bcdf9074fe
commit 7ce51e66b9
+4
View File
@@ -38,6 +38,10 @@
#
############################################################################
# Disable all built-in rules
.SUFFIXES:
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
export SHELL=cmd
endif