Skip to content

Commit

Permalink
fix Makefile build dir link upgrade bug reported by @jamt9000
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdonahue committed Jun 9, 2014
1 parent adb2206 commit 25aa129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ $(BUILD_DIR_LINK): $(BUILD_DIR)/.linked
$(BUILD_DIR)/.linked:
@ mkdir -p $(BUILD_DIR)
@ $(RM) $(OTHER_BUILD_DIR)/.linked
@ $(RM) $(BUILD_DIR_LINK)
@ $(RM) -r $(BUILD_DIR_LINK)
@ ln -s $(BUILD_DIR) $(BUILD_DIR_LINK)
@ touch $@

Expand Down

0 comments on commit 25aa129

Please sign in to comment.