Skip to content

Commit

Permalink
mk: Fix a minor makefile warning on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Sep 25, 2014
1 parent af3889f commit f46b572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mk/stage0.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f46b572

Please sign in to comment.