From patchwork Tue Apr 17 14:45:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 153208 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 00720B7023 for ; Wed, 18 Apr 2012 00:48:39 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BD11E101A2D; Tue, 17 Apr 2012 14:48:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wtbasI+RD44j; Tue, 17 Apr 2012 14:48:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8E0CA101A06; Tue, 17 Apr 2012 14:46:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 69CA58F75B for ; Tue, 17 Apr 2012 14:46:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 567ED8E80E for ; Tue, 17 Apr 2012 14:46:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gEQ0+af56Gb2 for ; Tue, 17 Apr 2012 14:46:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [88.190.12.23]) by whitealder.osuosl.org (Postfix) with ESMTP id 5855A8E85B for ; Tue, 17 Apr 2012 14:45:59 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id BDDEE247; Tue, 17 Apr 2012 16:45:21 +0200 (CEST) Received: from localhost (col31-4-88-188-83-94.fbx.proxad.net [88.188.83.94]) by mail.free-electrons.com (Postfix) with ESMTPSA id E27301BE for ; Tue, 17 Apr 2012 16:45:02 +0200 (CEST) From: Thomas Petazzoni To: buildroot@busybox.net Date: Tue, 17 Apr 2012 16:45:17 +0200 Message-Id: X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 05/22] Rename Makefile.autotools.in to pkg-autotargets.mk X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Thomas Petazzoni --- package/Makefile.in | 2 +- .../{Makefile.autotools.in => pkg-autotargets.mk} | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename package/{Makefile.autotools.in => pkg-autotargets.mk} (100%) diff --git a/package/Makefile.autotools.in b/package/pkg-autotargets.mk similarity index 100% rename from package/Makefile.autotools.in rename to package/pkg-autotargets.mk diff --git a/package/Makefile.in b/package/Makefile.in index c344c6b..20fac9a 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -299,6 +299,6 @@ else SHARED_STATIC_LIBS_OPTS=--enable-static --enable-shared endif -include package/Makefile.autotools.in +include package/pkg-autotargets.mk include package/Makefile.cmake.in include package/Makefile.package.in