From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 02F1758973 for ; Mon, 18 Jan 2016 06:18:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C61121C149; Mon, 18 Jan 2016 06:18:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E197C21C149 for ; Mon, 18 Jan 2016 06:18:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E4A43407AF for ; Mon, 18 Jan 2016 06:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B394AC7A for ; Mon, 18 Jan 2016 06:18:03 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1453097814.1ec4f132c73bbf52104f84a95d168f8f609a5d14.vapier@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: libsbutil/ X-VCS-Repository: proj/sandbox X-VCS-Files: libsbutil/Makefile.am X-VCS-Directories: libsbutil/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 1ec4f132c73bbf52104f84a95d168f8f609a5d14 X-VCS-Branch: master Date: Mon, 18 Jan 2016 06:18:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1ffdacb8-5a78-4200-b6a9-ac2e7304c134 X-Archives-Hash: 01882cbcb00e2522cd7c665f900b63bc commit: 1ec4f132c73bbf52104f84a95d168f8f609a5d14 Author: Mike Frysinger gentoo org> AuthorDate: Mon Jan 18 06:16:54 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Jan 18 06:16:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=1ec4f132 libsbutil: clean up same.h distdir usage In commit 7a923f646ce10b7dec3c7ae5fe2079c10aa21752, we dropped the same.h header, but the build still listed it. Drop it from the distdir list. Signed-off-by: Mike Frysinger gentoo.org> libsbutil/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/libsbutil/Makefile.am b/libsbutil/Makefile.am index 0c41500..684d126 100644 --- a/libsbutil/Makefile.am +++ b/libsbutil/Makefile.am @@ -61,7 +61,6 @@ libsbutil_la_SOURCES = \ gnulib/hash-triple.c \ gnulib/hash-triple.h \ gnulib/pathmax.h \ - gnulib/same.h \ gnulib/same-inode.h \ gnulib/xalloc.h \ gnulib/xalloc-oversized.h \