From c9bbf739ebce93a01471ecef80bc2f088e9e98c7 Mon Sep 17 00:00:00 2001 From: Ben Striegel Date: Fri, 8 Jun 2012 20:09:59 -0400 Subject: [PATCH] `make install` fix to address #2555 --- mk/install.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/install.mk b/mk/install.mk index af84c7023ab..c536996b2c1 100644 --- a/mk/install.mk +++ b/mk/install.mk @@ -58,7 +58,7 @@ install: all install-host install-targets # Shorthand for build/stageN/bin HB = $(HBIN$(ISTAGE)_H_$(CFG_HOST_TRIPLE)) -HB3 = $(HBIN3_H_$(CFG_HOST_TRIPLE)) +HB3 = $(HBIN2_H_$(CFG_HOST_TRIPLE)) # Shorthand for build/stageN/lib HL = $(HLIB$(ISTAGE)_H_$(CFG_HOST_TRIPLE)) # Shorthand for the prefix bin directory