Skip to content

Commit 25aa129

Browse files
committed
fix Makefile build dir link upgrade bug reported by @jamt9000
1 parent adb2206 commit 25aa129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ $(BUILD_DIR_LINK): $(BUILD_DIR)/.linked
297297
$(BUILD_DIR)/.linked:
298298
@ mkdir -p $(BUILD_DIR)
299299
@ $(RM) $(OTHER_BUILD_DIR)/.linked
300-
@ $(RM) $(BUILD_DIR_LINK)
300+
@ $(RM) -r $(BUILD_DIR_LINK)
301301
@ ln -s $(BUILD_DIR) $(BUILD_DIR_LINK)
302302
@ touch $@
303303

0 commit comments

Comments
 (0)