From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16156 invoked by alias); 24 Dec 2002 17:25:15 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16135 invoked from network); 24 Dec 2002 17:25:14 -0000 Received: from unknown (HELO mout2.freenet.de) (194.97.50.155) by 209.249.29.67 with SMTP; 24 Dec 2002 17:25:14 -0000 Received: from [194.97.50.138] (helo=mx0.freenet.de) by mout2.freenet.de with asmtp (Exim 4.10) id 18Qsne-0007MP-00; Tue, 24 Dec 2002 18:25:02 +0100 Received: from b02d2.pppool.de ([213.7.2.210] helo=whitebox.local) by mx0.freenet.de with esmtp (Exim 4.10 #4) id 18Qsnd-0004pD-00; Tue, 24 Dec 2002 18:25:02 +0100 Received: from whitebox.local (localhost [127.0.0.1]) by whitebox.local (8.12.6/8.12.6/SuSE Linux 0.6) with ESMTP id gBOHOgPq018397; Tue, 24 Dec 2002 18:24:42 +0100 Received: (from andreas@localhost) by whitebox.local (8.12.6/8.12.6/Submit) id gBOHOfHc018394; Tue, 24 Dec 2002 18:24:41 +0100 X-Authentication-Warning: whitebox.local: andreas set sender to schwab@suse.de using -f To: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: (toplevel, committed) Missing space in multilib.out rule X-Yow: The PILLSBURY DOUGHBOY is CRYING for an END to BURT REYNOLDS movies!! From: Andreas Schwab Date: Tue, 24 Dec 2002 09:54:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00665.txt.bz2 This fixes a syntax error in the multilib.out rule. Committed as obvious. Andreas. 2002-12-24 Andreas Schwab * Makefile.tpl (multilib.out): Fix missing space. * Makefile.in: Regenerate. --- Makefile.tpl.~1.36.~ 2002-12-24 18:08:38.000000000 +0100 +++ Makefile.tpl 2002-12-24 18:10:11.000000000 +0100 @@ -1398,7 +1398,7 @@ configure-target-qthreads: $(ALL_GCC_C) # We use move-if-change so that it's only considered updated when it # actually changes, because it has to depend on a phony target. multilib.out: multilib.ts - @if [ -f multilib.out] ; then : else \ + @if [ -f multilib.out ] ; then : else \ rm -f multilib.ts; $(MAKE) multilib.ts; \ fi