Commit afc9550b by Ian Lance Taylor

Add missing dependency in libgo/Makefile.am.

From-SVN: r169341
parent f18694de
......@@ -2272,8 +2272,8 @@ go/printer/check: $(CHECK_DEPS)
.PHONY: go/printer/check
go/libscanner.a: $(go_go_scanner_files) bytes.gox container/vector.gox fmt.gox \
go/token.gox io.gox os.gox sort.gox strconv.gox unicode.gox \
utf8.gox
go/token.gox io.gox os.gox path.gox sort.gox strconv.gox \
unicode.gox utf8.gox
$(BUILDARCHIVE)
go/libscanner.la: go/libscanner.a
go/scanner/check: $(CHECK_DEPS)
......
......@@ -4671,8 +4671,8 @@ go/printer/check: $(CHECK_DEPS)
.PHONY: go/printer/check
go/libscanner.a: $(go_go_scanner_files) bytes.gox container/vector.gox fmt.gox \
go/token.gox io.gox os.gox sort.gox strconv.gox unicode.gox \
utf8.gox
go/token.gox io.gox os.gox path.gox sort.gox strconv.gox \
unicode.gox utf8.gox
$(BUILDARCHIVE)
go/libscanner.la: go/libscanner.a
go/scanner/check: $(CHECK_DEPS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment