Fix Makefile bug on Go 1.8 due to relative import path

This commit is contained in:
Leo Wang 2017-07-15 10:56:37 +08:00 committed by Patrick Mylund Nielsen
parent cd869d1322
commit ddb011f3a0
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ import (
"strings" "strings"
"time" "time"
"../internal/build" "github.com/ethereum/go-ethereum/internal/build"
) )
var ( var (