diff mbox

[gccgo] Add missing Makefile dependency

Message ID mcrk4n8m8qe.fsf@google.com
State New
Headers show

Commit Message

Ian Lance Taylor Aug. 30, 2010, 3:16 p.m. UTC
I committed this patch to gccgo branch to add a missing dependency in
the libgo Makefile.

Ian
diff mbox

Patch

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)