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] Add missing Makefile dependency


I committed this patch to gccgo branch to add a missing dependency in
the libgo Makefile.

Ian

diff -r a91026de320b libgo/Makefile.am
--- a/libgo/Makefile.am	Thu Aug 26 16:26:30 2010 -0700
+++ b/libgo/Makefile.am	Mon Aug 30 08:10:03 2010 -0700
@@ -1368,8 +1368,8 @@
 http/libhttp.a: $(go_http_files) bufio.gox bytes.gox container/list.gox \
 		container/vector.gox crypto/rand.gox crypto/tls.gox \
 		encoding/base64.gox fmt.gox io.gox io/ioutil.gox log.gox \
-		mime.gox net.gox os.gox path.gox sort.gox strconv.gox \
-		strings.gox sync.gox time.gox utf8.gox
+		mime.gox mime/multipart.gox net.gox os.gox path.gox sort.gox \
+		strconv.gox strings.gox sync.gox time.gox utf8.gox
 	$(BUILDARCHIVE)
 http/libhttp.la: http/libhttp.a
 http/check: $(CHECK_DEPS)

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