From patchwork Fri Aug 7 12:16:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 505128 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id C583C140280 for ; Fri, 7 Aug 2015 22:16:15 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=ol+wrpet; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=kp6rTY5W4CC93u8o46fe7QhUehc34ER/oKQjo7sjKfzIhU aGoKN5VrNteHTSpsylot5rRMBVH1tgFFurpX0pAB4VrZ9XodNpxAi3gIOPxixi3f tEr7Zgn4OqwyBz/IIYn2YYHkECXzFTV7h7NIGrCeFkpTLxW7qNSpy5p6flMWg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; s= default; bh=PNSd0PcM88R5fFIMSZDNQQEnvhQ=; b=ol+wrpethdOijPM0nNqe rezMI0SZNHWy+ax1wJgEzomkJfcFBcSjKtD/IVr0tFJfEdIYogndgd21sfp+ByNR Lc3as8q4Al1Bp9FpEkDZUtnuGHG2hWkh99khdp79opQD68IYIK8LGgY5gMIlmikW 5rau4DNOOqdCPvjGQ8mczxY= Received: (qmail 13481 invoked by alias); 7 Aug 2015 12:16:09 -0000 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 Received: (qmail 13472 invoked by uid 89); 7 Aug 2015 12:16:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f170.google.com Received: from mail-ob0-f170.google.com (HELO mail-ob0-f170.google.com) (209.85.214.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 07 Aug 2015 12:16:07 +0000 Received: by obbfr1 with SMTP id fr1so40851667obb.1 for ; Fri, 07 Aug 2015 05:16:05 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.246.41 with SMTP id xt9mr6522127obc.55.1438949765254; Fri, 07 Aug 2015 05:16:05 -0700 (PDT) Received: by 10.60.58.41 with HTTP; Fri, 7 Aug 2015 05:16:05 -0700 (PDT) Date: Fri, 7 Aug 2015 14:16:05 +0200 Message-ID: Subject: [PATCH, build]: Add gpl.pod to .INTERMEDIATE From: Uros Bizjak To: "gcc-patches@gcc.gnu.org" 2015-08-06 Uros Bizjak * Makefile.in (.INTERMEDIATE): Add gpl.pod. Bootstrapped on x86_64-linux-gnu, Fedora 22. Committed to mainline SVN. Uros. Index: Makefile.in =================================================================== --- Makefile.in (revision 226719) +++ Makefile.in (working copy) @@ -3074,7 +3074,7 @@ $(STAMP) $@ -$(TEXI2POD) -DBUGURL="$(BUGURL_TEXI)" $< > $@ -.INTERMEDIATE: cpp.pod gcc.pod gfdl.pod fsf-funding.pod +.INTERMEDIATE: cpp.pod gcc.pod gfdl.pod fsf-funding.pod gpl.pod cpp.pod: cpp.texi cppenv.texi cppopts.texi # These next rules exist because the output name is not the same as