From patchwork Thu Jul 2 03:39:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1320962 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49y3lL0QdVz9sRW for ; Thu, 2 Jul 2020 13:40:30 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.a=rsa-sha256 header.s=201707 header.b=LCGKQPEI; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49y3lK5QbrzDqn4 for ; Thu, 2 Jul 2020 13:40:29 +1000 (AEST) X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49y3kJ1G20zDqlD for ; Thu, 2 Jul 2020 13:39:36 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.a=rsa-sha256 header.s=201707 header.b=LCGKQPEI; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 49y3kH64Q8z9sQt; Thu, 2 Jul 2020 13:39:35 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1593661176; bh=bKtGkQWGS9wM7MZdDD/owoCQTmfesEFXg025KfZcLZI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LCGKQPEIa5yCSmiMDyJcMrFqFfAxw1USkQy0HLCU8M0b5PcFa5DmJjONl2aTVdm9O 1d/HCXdTxsnCz7x02x04y51io0ndGj3xmGx2DTB+jeuA4qYxfGTerAqjHxdTOx9XfY Lx7NyzoJ10BF7ZD9idkVyV3fc6gX981FC8M2JbsgMSqD05T7w7rFrTZdXM67y+CxNt gPmyO/+/twi9orXh8mSkunoh/CymbcGb671nexMh+tbciY8PjuzibDOwg3NA9kC0T8 tZ9wvLE87p4F5wgn97PSxrsh8i6qzBsIhdUdCpyGzCW63viCbZehqYrcxOYDaN5z3U P8pDRX2Ad95dw== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Thu, 2 Jul 2020 13:39:09 +1000 Message-Id: <20200702033918.708013-11-amitay@ozlabs.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200702033918.708013-1-amitay@ozlabs.org> References: <20200702033918.708013-1-amitay@ozlabs.org> MIME-Version: 1.0 Subject: [Pdbg] [PATCH 10/19] Makefile: Remove reference to non-existent file X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4247913..c49936f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,7 +108,6 @@ pdbg_SOURCES = \ src/mem.c \ src/optcmd.c \ src/optcmd.h \ - src/options.h \ src/parsers.c \ src/parsers.h \ src/path.c \