This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgo patch committed: Add missing dependency


This patch adds a missing dependency to libgo/Makefile.am.  Bootstrapped
on x86_64-unknown-linux-gnu.  Committed to mainline.

Ian

diff -r 21b5a3d56fc6 libgo/Makefile.am
--- a/libgo/Makefile.am	Thu Jan 27 12:37:18 2011 -0800
+++ b/libgo/Makefile.am	Thu Jan 27 14:48:09 2011 -0800
@@ -2272,8 +2272,8 @@
 .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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]