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]

[gccgo] Fix Makefile dependency


I committed this patch to the gccgo branch to fix a missing Makefile
dependency.

Ian

diff -r f467e81c5b17 libgo/Makefile.am
--- a/libgo/Makefile.am	Fri Feb 19 21:28:16 2010 -0800
+++ b/libgo/Makefile.am	Mon Feb 22 20:49:49 2010 -0800
@@ -1070,8 +1070,8 @@
 
 http/libhttp.a: $(go_http_files) bufio.gox bytes.gox container/list.gox \
 		container/vector.gox encoding/base64.gox fmt.gox io.gox \
-		io/ioutil.gox log.gox net.gox os.gox path.gox sort.gox \
-		strconv.gox strings.gox sync.gox utf8.gox
+		io/ioutil.gox log.gox mime.gox net.gox os.gox path.gox \
+		sort.gox strconv.gox strings.gox sync.gox utf8.gox
 	$(BUILDARCHIVE)
 http/libhttp.la: http/libhttp.a
 

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