replaced variable name to CMDEXE from UNAME.

removed the rule that .d files are converted to .P files.
This commit is contained in:
kkitayam
2021-01-14 01:19:43 +09:00
parent fc69dd70cf
commit d7cfd8b91d
14 changed files with 18 additions and 27 deletions

View File

@@ -34,7 +34,7 @@ CXX = $(CROSS_COMPILE)g++
OBJCOPY = $(CROSS_COMPILE)objcopy
SIZE = $(CROSS_COMPILE)size
MKDIR = mkdir
ifeq ($(UNAME),Windows)
ifeq ($(CMDEXE),1)
CP = copy
RM = del
else