mk: Fix a minor makefile warning on windows

This commit is contained in:
Brian Anderson 2014-09-24 17:46:36 -07:00
parent af3889f697
commit f46b57252e
1 changed files with 3 additions and 0 deletions

View File

@ -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 \