From patchwork Thu Apr 4 19:56:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernhard Reutner-Fischer X-Patchwork-Id: 233934 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id D5D902C0082 for ; Fri, 5 Apr 2013 06:56:44 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; q=dns; s=default; b=Af6SD+XIiwhM CwhcQ62ggSQiFixFBT9uQyBXFvHJa0ztqc87K151y5Q+kPA+QRgFs8i9RgzBsTgQ 9SnjVaG+m92xiXU/B0ZCGU3TxOeY4SK9XSyQGy34bX2h1u4u0vIyZpsEKooIzRMW wIT98k71CzV7pDYQGcpEO/9burTbYdM= 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:from :to:cc:subject:date:message-id; s=default; bh=w+OKVC+/14GG51maRd SyFBC4BDY=; b=ynGKqjIB6sMJ3gi+J4IwKuTkeFDxK0Kv8LPlbwk1BUo24lacVb haH7TmccM2dmiv+alG2ZNxuT7seNTVqMU6ip6svj495/bduuw8VPbBEPbhAEKx1l iOzc8DnbzmMOEGtAi8J8lyA9AilQwk53zlaE8Rqz3u6XUP1fsfwNiorus= Received: (qmail 16203 invoked by alias); 4 Apr 2013 19:56:35 -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 16192 invoked by uid 89); 4 Apr 2013 19:56:34 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from mail-bk0-f49.google.com (HELO mail-bk0-f49.google.com) (209.85.214.49) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 04 Apr 2013 19:56:31 +0000 Received: by mail-bk0-f49.google.com with SMTP id w12so1744810bku.22 for ; Thu, 04 Apr 2013 12:56:29 -0700 (PDT) X-Received: by 10.205.104.8 with SMTP id dk8mr5489485bkc.34.1365105389350; Thu, 04 Apr 2013 12:56:29 -0700 (PDT) Received: from s42.loc (91-119-221-41.dynamic.xdsl-line.inode.at. [91.119.221.41]) by mx.google.com with ESMTPS id x18sm7073945bkw.4.2013.04.04.12.56.28 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 04 Apr 2013 12:56:28 -0700 (PDT) Received: from cow by s42.loc with local (Exim 4.80) (envelope-from ) id 1UNqGp-0004MJ-H9; Thu, 04 Apr 2013 21:56:27 +0200 From: Bernhard Reutner-Fischer To: gcc-patches@gcc.gnu.org Cc: Bernhard Reutner-Fischer , bkorb@gnu.org Subject: [PATCH] fixincludes: use $(FI) instead of fixincl@EXEEXT@ Date: Thu, 4 Apr 2013 21:56:19 +0200 Message-Id: <1365105379-16725-1-git-send-email-rep.dot.nop@gmail.com> X-IsSubscribed: yes Bootstrapped and regtested on x86_64-unknown-linux-gnu and x86_64-mine-linux-uclibc without regressions, ok for trunk? fixincludes/ChangeLog: 2013-04-04 Bernhard Reutner-Fischer Makefile.in: Use $(FI) instead of fixincl@EXEEXT@. Cleanup whitespace while at it. Signed-off-by: Bernhard Reutner-Fischer --- fixincludes/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fixincludes/Makefile.in b/fixincludes/Makefile.in index ce850ff..3dc869d 100644 --- a/fixincludes/Makefile.in +++ b/fixincludes/Makefile.in @@ -131,7 +131,7 @@ fixinc.sh : fixinc.in mkfixinc.sh Makefile $(srcdir)/fixincl.x: @MAINT@ fixincl.tpl inclhack.def cd $(srcdir) ; $(SHELL) ./genfixes -mostlyclean : +mostlyclean: rm -f *.o *-stamp $(AF) $(FI) *~ fixinc.sh clean: mostlyclean @@ -179,18 +179,18 @@ check : all install : all -rm -rf $(DESTDIR)$(itoolsdir) - $(mkinstalldirs) $(DESTDIR)$(itoolsdir) + $(mkinstalldirs) $(DESTDIR)$(itoolsdir) $(mkinstalldirs) $(DESTDIR)$(itoolsdatadir)/include $(INSTALL_DATA) $(srcdir)/README-fixinc \ $(DESTDIR)$(itoolsdatadir)/include/README $(INSTALL_SCRIPT) fixinc.sh $(DESTDIR)$(itoolsdir)/fixinc.sh - $(INSTALL_PROGRAM) fixincl@EXEEXT@ \ - $(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@ + $(INSTALL_PROGRAM) $(FI) \ + $(DESTDIR)$(itoolsdir)/$(FI) $(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheaders install-strip: install test -z '$(STRIP)' \ - || $(STRIP) $(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@ + || $(STRIP) $(DESTDIR)$(itoolsdir)/$(FI) .PHONY: all check install install-strip .PHONY: dvi pdf info html install-pdf install-info install-html