From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBIH5-00020n-NU for qemu-devel@nongnu.org; Thu, 19 Nov 2009 20:26:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBIH1-0001zL-D3 for qemu-devel@nongnu.org; Thu, 19 Nov 2009 20:26:59 -0500 Received: from [199.232.76.173] (port=33444 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBIH1-0001zI-6p for qemu-devel@nongnu.org; Thu, 19 Nov 2009 20:26:55 -0500 Received: from mail2.shareable.org ([80.68.89.115]:41672) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBIH0-0002vh-S0 for qemu-devel@nongnu.org; Thu, 19 Nov 2009 20:26:55 -0500 Date: Fri, 20 Nov 2009 01:26:51 +0000 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH] Fix build for mingw32 on windows ($@ in macro) Message-ID: <20091120012651.GB6514@shareable.org> References: <1258657672-9897-1-git-send-email-weil@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1258657672-9897-1-git-send-email-weil@mail.berlios.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers , herbszt@gmx.de Stefan Weil wrote: > Make using mingw32 on windows does not preserve $@ in macros > when they are modified using this pattern: > target: macro += something Is it not using GNU Make, or is it some ancient version? ("make --version" shows the version, if it's GNU Make). -- Jamie