From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V0Vio-0008MA-6N for mharc-grub-devel@gnu.org; Sat, 20 Jul 2013 07:53:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0Vim-0008M3-H5 for grub-devel@gnu.org; Sat, 20 Jul 2013 07:53:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0Vil-00047D-KY for grub-devel@gnu.org; Sat, 20 Jul 2013 07:53:08 -0400 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:64652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0Vil-00046T-CL for grub-devel@gnu.org; Sat, 20 Jul 2013 07:53:07 -0400 Received: by mail-la0-f52.google.com with SMTP id fo12so4081654lab.39 for ; Sat, 20 Jul 2013 04:53:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=OvwB7y9Bbed9yPmoYAfd/Zm7bsVrvslT1zp3+5ANMSY=; b=tF9OS6YAhKpW569w5iKLY8/Lp6ZFkJ8Ws2nuetK4hlLa4TwG2PSVx9+avavEaeRw60 FEQFYo/8dZKVm5KttmW4/+Lj+4cL3YCmPhmMLeXk+5Y1zaKH/gVAdtGu9QxcVoJopAFA knQXYTeksYQapnbEI4THj6Z7H9gWCuYYZIitzbtQ4Js7R11o9oNP3aLKcDvSGT8v2hYq gfE/rkvmFxh5MYD9EdR0ZxMAi/N2Y8EG2avo3w5yrD/LHN5YnQqnneKLUVSmcVjCKW/u ysd6jhQMiJX6Y3O0Le5gaIgN9LARMI4Q+h1nem9ERjQEvnvLLhQRj/Xs0xOFIIj9UU6u /UUA== X-Received: by 10.152.8.72 with SMTP id p8mr9369251laa.70.1374321185821; Sat, 20 Jul 2013 04:53:05 -0700 (PDT) Received: from localhost.localdomain (ppp79-139-160-84.pppoe.spdop.ru. [79.139.160.84]) by mx.google.com with ESMTPSA id v18sm7622056lbd.5.2013.07.20.04.53.05 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 20 Jul 2013 04:53:05 -0700 (PDT) From: Andrey Borzenkov To: grub-devel@gnu.org Subject: [PATCH] remove Makefile.libfdt.def from EXTRA_DIST Date: Sat, 20 Jul 2013 15:52:51 +0400 Message-Id: <1374321171-29337-1-git-send-email-arvidjaar@gmail.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <20130718210350.725199b2@opensuse.site> References: <20130718210350.725199b2@opensuse.site> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::234 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 11:53:09 -0000 libfdt was removed in phcoder@gmail.com-20130517115847-6gr15337m1ge8zh3 Makefile.libfdt.def was missed from cleanup. Signed-off-by: Andrey Borzenkov --- conf/Makefile.extra-dist | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist index ac5b90a..a76083b 100644 --- a/conf/Makefile.extra-dist +++ b/conf/Makefile.extra-dist @@ -18,7 +18,6 @@ EXTRA_DIST += conf/i386-pc-cygwin-img-ld.sc EXTRA_DIST += grub-core/Makefile.core.def EXTRA_DIST += grub-core/Makefile.gcry.def -EXTRA_DIST += grub-core/Makefile.libfdt.def EXTRA_DIST += grub-core/genmoddep.awk EXTRA_DIST += grub-core/genmod.sh.in -- tg: (e1a892d..) u/libfdt (depends on: master)