Skip to content

Commit c9bbf73

Browse files
bstriebrson
authored andcommitted
make install fix to address #2555
1 parent 0863ac2 commit c9bbf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/install.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ install: all install-host install-targets
5858

5959
# Shorthand for build/stageN/bin
6060
HB = $(HBIN$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
61-
HB3 = $(HBIN3_H_$(CFG_HOST_TRIPLE))
61+
HB3 = $(HBIN2_H_$(CFG_HOST_TRIPLE))
6262
# Shorthand for build/stageN/lib
6363
HL = $(HLIB$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
6464
# Shorthand for the prefix bin directory

0 commit comments

Comments
 (0)