mk: Fix a minor makefile warning on windows
This commit is contained in:
parent
af3889f697
commit
f46b57252e
1 changed files with 3 additions and 0 deletions
|
@ -3,8 +3,11 @@
|
|||
$(HBIN0_H_$(CFG_BUILD))/:
|
||||
mkdir -p $@
|
||||
|
||||
# On windows these two are the same, so cause a redifinition warning
|
||||
ifneq ($(HBIN0_H_$(CFG_BUILD)),$(HLIB0_H_$(CFG_BUILD)))
|
||||
$(HLIB0_H_$(CFG_BUILD))/:
|
||||
mkdir -p $@
|
||||
endif
|
||||
|
||||
$(SNAPSHOT_RUSTC_POST_CLEANUP): \
|
||||
$(S)src/snapshots.txt \
|
||||
|
|
Loading…
Add table
Reference in a new issue