From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42982 invoked by alias); 27 Dec 2018 04:24:03 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 42935 invoked by uid 89); 27 Dec 2018 04:24:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:257 X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Dec 2018 04:24:00 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id wBR4NsFZ004042 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 26 Dec 2018 23:23:58 -0500 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id DB3BB1E4B1; Wed, 26 Dec 2018 23:23:53 -0500 (EST) Subject: Re: [PATCH 2/3] Make init.c depend on source files From: Simon Marchi To: Tom Tromey Cc: gdb-patches@sourceware.org References: <20181224210927.16741-1-tom@tromey.com> <20181224210927.16741-3-tom@tromey.com> <875zvfppke.fsf@tromey.com> <1d7d91bb-32c4-95c7-9c88-f12629d76809@polymtl.ca> Message-ID: <7e5a21fa-2b4e-8fb8-af95-06c0f272ea37@polymtl.ca> Date: Thu, 27 Dec 2018 04:24:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <1d7d91bb-32c4-95c7-9c88-f12629d76809@polymtl.ca> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00354.txt.bz2 On 2018-12-26 11:23 p.m., Simon Marchi wrote: > Ahh! Stoopid me though they were Makefile special variables (like $@). (I forgot for a moment that references to variables in Makefiles are in parentheses)