tools/Win.mk:Fix an issue in mkdir -p in Windows native build
This commit is contained in:
parent
744df68b10
commit
20c69294db
@ -424,7 +424,7 @@ context: include\setjmp.h
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
staging:
|
staging:
|
||||||
$(Q) mkdir -p $@
|
$(Q) mkdir $@
|
||||||
|
|
||||||
# Pattern rule for $(CONTEXTDIRS_DEPS)
|
# Pattern rule for $(CONTEXTDIRS_DEPS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user