From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24286 invoked by alias); 23 Dec 2002 10:05:39 -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 24258 invoked from network); 23 Dec 2002 10:05:37 -0000 Received: from unknown (HELO mailout6-0.nyroc.rr.com) (24.92.226.177) by 209.249.29.67 with SMTP; 23 Dec 2002 10:05:37 -0000 Received: from doctormoo (syr-24-24-16-193.twcny.rr.com [24.24.16.193]) by mailout6-0.nyroc.rr.com (8.11.6/RoadRunner 1.20) with ESMTP id gBNA3wk13564; Mon, 23 Dec 2002 05:03:58 -0500 (EST) Received: from neroden by doctormoo with local (Exim 3.36 #1 (Debian)) id 18QPQ9-00042C-00; Mon, 23 Dec 2002 05:02:49 -0500 Date: Mon, 23 Dec 2002 02:08:00 -0000 To: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com, dj@redhat.com Subject: (toplevel patch) add to clean target Message-ID: <20021223100249.GA15509@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2002-12/txt/msg00634.txt.bz2 Somehow, I forgot the clean target. Here it is, tested & all. * Makefile.tpl: Clean up multilib.out. * Makefile.in: Regenerate. --- Makefile.tpl 2002-12-23 05:01:19.000000000 -0500 +++ Makefile.tpl.new 2002-12-23 05:00:59.000000000 -0500 @@ -643,6 +643,7 @@ local-distclean: -rm -f Makefile config.status config.cache mh-frag mt-frag + -rm -f multilib.out multilib.ts multilib.tmp -if [ "$(TARGET_SUBDIR)" != "." ]; then \ rm -rf $(TARGET_SUBDIR); \ else true; fi