We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5592e59 + 14d0bb4 commit eac9dd8Copy full SHA for eac9dd8
Makefile
@@ -601,7 +601,7 @@ $(TEST_CXX_BINS): $(TEST_BIN_DIR)/%.testbin: $(TEST_CXX_BUILD_DIR)/%.o \
601
# Target for extension-less symlinks to tool binaries with extension '*.bin'.
602
$(TOOL_BUILD_DIR)/%: $(TOOL_BUILD_DIR)/%.bin | $(TOOL_BUILD_DIR)
603
@ $(RM) $@
604
- @ ln -s $(abspath $<) $@
+ @ ln -s $(notdir $<) $@
605
606
$(TOOL_BINS): %.bin : %.o | $(DYNAMIC_NAME)
607
@ echo CXX/LD -o $@
0 commit comments