Skip to content

Commit

Permalink
make install fix to address #2555
Browse files Browse the repository at this point in the history
  • Loading branch information
bstrie authored and brson committed Jun 9, 2012
1 parent 0863ac2 commit c9bbf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9bbf73

Please sign in to comment.