From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAZCF-0002rc-SX for qemu-devel@nongnu.org; Wed, 10 Dec 2008 19:14:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAZCF-0002rB-3z for qemu-devel@nongnu.org; Wed, 10 Dec 2008 19:14:27 -0500 Received: from [199.232.76.173] (port=52546 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAZCF-0002r7-0R for qemu-devel@nongnu.org; Wed, 10 Dec 2008 19:14:27 -0500 Received: from savannah.gnu.org ([199.232.41.3]:50827 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LAZCE-0002en-QO for qemu-devel@nongnu.org; Wed, 10 Dec 2008 19:14:26 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1LAZCE-00062T-AU for qemu-devel@nongnu.org; Thu, 11 Dec 2008 00:14:26 +0000 Received: from malc by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1LAZCD-00062P-W8 for qemu-devel@nongnu.org; Thu, 11 Dec 2008 00:14:26 +0000 MIME-Version: 1.0 Errors-To: malc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: malc Message-Id: Date: Thu, 11 Dec 2008 00:14:26 +0000 Subject: [Qemu-devel] [5974] adlib.c includes fmopl.h and so needs -DBUILD_Y8950=0 too Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 5974 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5974 Author: malc Date: 2008-12-11 00:14:25 +0000 (Thu, 11 Dec 2008) Log Message: ----------- adlib.c includes fmopl.h and so needs -DBUILD_Y8950=0 too Modified Paths: -------------- trunk/Makefile.target Modified: trunk/Makefile.target =================================================================== --- trunk/Makefile.target 2008-12-10 19:18:40 UTC (rev 5973) +++ trunk/Makefile.target 2008-12-11 00:14:25 UTC (rev 5974) @@ -593,7 +593,7 @@ endif ifdef CONFIG_ADLIB SOUND_HW += fmopl.o adlib.o -fmopl.o: CFLAGS := ${CFLAGS} -DBUILD_Y8950=0 +adlib.o fmopl.o: CFLAGS := ${CFLAGS} -DBUILD_Y8950=0 endif ifdef CONFIG_GUS SOUND_HW += gus.o gusemu_hal.o gusemu_mixer.o