From patchwork Sat Apr 16 08:11:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Vignaud X-Patchwork-Id: 711991 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p3G8CQr7006501 for ; Sat, 16 Apr 2011 08:12:47 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 268A09E92C for ; Sat, 16 Apr 2011 01:12:26 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-vx0-f177.google.com (mail-vx0-f177.google.com [209.85.220.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 18D129E821 for ; Sat, 16 Apr 2011 01:12:15 -0700 (PDT) Received: by vxd2 with SMTP id 2so3316655vxd.36 for ; Sat, 16 Apr 2011 01:12:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to:cc :content-type; bh=fE9TMwCsmRY+13cwSsyCQ3OFrjIMYMoUVJ7RLanmwmI=; b=OP+K9yqn4A1cWg+7HeN/fuDA3alGBstmVmn1ywEVWyQYojzRhWdP9jNcw/+paBz9xc 3MLR18ieg9Q1C9BDaSWHYL1bgiDilELXT1x3YH3hSyxrwYEBhm+4YKzhjbqUICblkud1 RyvJ55Wuos6CR2TBcM2uG8nGG05u/8CHXoGr4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type; b=qALnVB996hBYKUJtmV5HohMs35fOdnakl+ZEDTF0swRBjJ8bqRsfzgxoIyrg6hmkD0 v5mWIFyOBis1NfM175fsgNttahWCkT9fPS3eJ0ygzH3TooIUt2TVzNCwRDz/PlNZG+c8 G3lfQT9/TelUPVB4+FkUi5k7TI98WXL+PSM5k= Received: by 10.220.122.39 with SMTP id j39mr895993vcr.78.1302941535129; Sat, 16 Apr 2011 01:12:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.181.202 with HTTP; Sat, 16 Apr 2011 01:11:55 -0700 (PDT) From: Thierry Vignaud Date: Sat, 16 Apr 2011 10:11:55 +0200 Message-ID: Subject: [PATCH] fix mesa tarball creation again To: dri-devel@lists.freedesktop.org Cc: Brian Paul X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sat, 16 Apr 2011 08:12:47 +0000 (UTC) Hi The following patch fixes mesa tarball creation again diff --git a/Makefile b/Makefile index be95679..646e152 100644 --- a/Makefile +++ b/Makefile @@ -250,7 +250,6 @@ MAIN_FILES = \ $(DIRECTORY)/src/mesa/math/descrip.mms \ $(DIRECTORY)/src/mesa/program/*.[chly] \ $(DIRECTORY)/src/mesa/program/*.cpp \ - $(DIRECTORY)/src/mesa/program/Makefile \ $(DIRECTORY)/src/mesa/program/descrip.mms \ $(DIRECTORY)/src/mesa/swrast/*.[ch] \ $(DIRECTORY)/src/mesa/swrast/descrip.mms \