From patchwork Wed Mar 30 17:37:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 88939 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 44EB1B6EFE for ; Thu, 31 Mar 2011 04:38:19 +1100 (EST) Received: (qmail 2049 invoked by alias); 30 Mar 2011 17:38:13 -0000 Received: (qmail 2001 invoked by uid 22791); 30 Mar 2011 17:38:12 -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, 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; Wed, 30 Mar 2011 17:38:05 +0000 Received: from hpaq1.eem.corp.google.com (hpaq1.eem.corp.google.com [172.25.149.1]) by smtp-out.google.com with ESMTP id p2UHc4dJ012519 for ; Wed, 30 Mar 2011 10:38:04 -0700 Received: from iye7 (iye7.prod.google.com [10.241.50.7]) by hpaq1.eem.corp.google.com with ESMTP id p2UHc2SU012371 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 30 Mar 2011 10:38:03 -0700 Received: by iye7 with SMTP id 7so1877814iye.20 for ; Wed, 30 Mar 2011 10:38:02 -0700 (PDT) Received: by 10.42.219.2 with SMTP id hs2mr1390866icb.324.1301506681813; Wed, 30 Mar 2011 10:38:01 -0700 (PDT) Received: from coign.google.com (dhcp-172-22-125-166.mtv.corp.google.com [172.22.125.166]) by mx.google.com with ESMTPS id d10sm159528ibb.51.2011.03.30.10.38.00 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Mar 2011 10:38:01 -0700 (PDT) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org, gofrontend-dev@googlegroups.com Subject: libgo patch committed: Add missing Makefile dependencies Date: Wed, 30 Mar 2011 10:37:59 -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 libgo to add some missing Makefile dependencies. Bootstrapped on x86_64-unknown-linux-gnu. Committed to mainline. Ian diff -r 58ba48318471 libgo/Makefile.am --- a/libgo/Makefile.am Wed Mar 30 08:17:36 2011 -0700 +++ b/libgo/Makefile.am Wed Mar 30 10:35:55 2011 -0700 @@ -1705,8 +1705,9 @@ $(CHECK) .PHONY: mime/check -net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox reflect.gox \ - strconv.gox strings.gox sync.gox syscall.gox +net/net.lo: $(go_net_files) bytes.gox fmt.gox io.gox os.gox rand.gox \ + reflect.gox strconv.gox strings.gox sync.gox syscall.gox \ + time.gox $(BUILDPACKAGE) net/check: $(CHECK_DEPS) $(CHECK)