From patchwork Mon Aug 30 15:16:25 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 63049 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id D2CC0B70F0 for ; Tue, 31 Aug 2010 01:16:46 +1000 (EST) Received: (qmail 9510 invoked by alias); 30 Aug 2010 15:16:44 -0000 Received: (qmail 9502 invoked by uid 22791); 30 Aug 2010 15:16:43 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_PASS, TW_CC, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Aug 2010 15:16:37 +0000 Received: from hpaq6.eem.corp.google.com (hpaq6.eem.corp.google.com [172.25.149.6]) by smtp-out.google.com with ESMTP id o7UFGZ9B013600 for ; Mon, 30 Aug 2010 08:16:35 -0700 Received: from pwj5 (pwj5.prod.google.com [10.241.219.69]) by hpaq6.eem.corp.google.com with ESMTP id o7UFGXn2032450 for ; Mon, 30 Aug 2010 08:16:33 -0700 Received: by pwj5 with SMTP id 5so2877884pwj.35 for ; Mon, 30 Aug 2010 08:16:32 -0700 (PDT) Received: by 10.114.36.4 with SMTP id j4mr5304229waj.176.1283181392202; Mon, 30 Aug 2010 08:16:32 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id d38sm14385210wam.20.2010.08.30.08.16.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 30 Aug 2010 08:16:31 -0700 (PDT) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org, gofrontenv-dev@googlegroups.com Subject: [gccgo] Add missing Makefile dependency Date: Mon, 30 Aug 2010 08:16:25 -0700 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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)