We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make install
1 parent 0863ac2 commit c9bbf73Copy full SHA for c9bbf73
mk/install.mk
@@ -58,7 +58,7 @@ install: all install-host install-targets
58
59
# Shorthand for build/stageN/bin
60
HB = $(HBIN$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
61
-HB3 = $(HBIN3_H_$(CFG_HOST_TRIPLE))
+HB3 = $(HBIN2_H_$(CFG_HOST_TRIPLE))
62
# Shorthand for build/stageN/lib
63
HL = $(HLIB$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
64
# Shorthand for the prefix bin directory
0 commit comments