mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 20:53:37 +00:00
mk: Fix a minor makefile warning on windows
This commit is contained in:
parent
af3889f697
commit
f46b57252e
@ -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…
Reference in New Issue
Block a user