From: Ian Lance Taylor Date: Thu, 27 Jan 2011 22:49:34 +0000 (+0000) Subject: Add missing dependency in libgo/Makefile.am. X-Git-Tag: releases/gcc-4.6.0~909 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afc9550b35ec40827bed9c80ae7a27d15d0e3f84;p=thirdparty%2Fgcc.git Add missing dependency in libgo/Makefile.am. From-SVN: r169341 --- diff --git a/libgo/Makefile.am b/libgo/Makefile.am index 0a3e9d3800ba..af67803034d2 100644 --- a/libgo/Makefile.am +++ b/libgo/Makefile.am @@ -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) diff --git a/libgo/Makefile.in b/libgo/Makefile.in index 9647b31f2816..af123adf7a96 100644 --- a/libgo/Makefile.in +++ b/libgo/Makefile.in @@ -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)