replaced variable name to CMDEXE from UNAME.
removed the rule that .d files are converted to .P files.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user